]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4002: clang 3.4 unable to compile
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 12 Jan 2014 02:11:06 +0000 (19:11 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Jan 2014 02:11:06 +0000 (19:11 -0700)
part 1: fix header guards on include files.

compat/os/hpux.h
include/rfc1123.h
include/uudecode.h

index 6e05d4b96e85ae4d714cc5fcaad51f318f5963da..7825f407931a7ed7809d1b218b8b9130f61c77bb 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef SQUID_OS_HPUX_H
-#define SQUID_OS_PHUX_H
+#define SQUID_OS_HPUX_H
 
 #if _SQUID_HPUX_
 
index bfeac4bd8d45d5d19a736ae55299790fc5458876..a61451f2d4366a0d6df9733a587ff195bae1ce04 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _SQUID_RFC1123_H
-#define _SQUID_RFC1123_
+#define _SQUID_RFC1123_H
 
 #ifdef __cplusplus
 extern "C" {
index edef387b0d2e9b8553c68e087b73386f08113d70..e5e46ea14b121460e6720d0d6d153c74e27d7ddc 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _SQUID_UUDECODE_H
-#define _SQUID_UUDECODE_
+#define _SQUID_UUDECODE_H
 
 #ifdef __cplusplus
 extern "C"