]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler warnings
authorwessels <>
Thu, 11 Jun 1998 00:46:41 +0000 (00:46 +0000)
committerwessels <>
Thu, 11 Jun 1998 00:46:41 +0000 (00:46 +0000)
src/enums.h
src/structs.h

index 595d207bb626458b9a81c3b6672306d22700a93f..490bb0993fb2af1f7071d64004799005a8f49e46 100644 (file)
@@ -477,7 +477,7 @@ enum {
     REQ_REFRESH,
     REQ_USED_PROXY_AUTH,
     REQ_REDIRECTED,
-    REQ_NOCACHE_HACK,  /* for changing no-cache requests into IMS */
+    REQ_NOCACHE_HACK   /* for changing no-cache requests into IMS */
 };
 
 enum {
index 239aefd711cc20f9e5e4fe474f317d92284e6240..c835532861eeb05cba591698352be73d77123fbb 100644 (file)
@@ -51,7 +51,7 @@ struct _acl_deny_info_list {
 
 #if USE_ARP_ACL
 struct _acl_arp_data {
-    unsigned char eth[6];
+    char eth[6];
 #ifndef USE_SPLAY_TREE
     acl_arp_data *next;
 #endif