From: Francesco Chemolli Date: Sun, 12 Jan 2014 02:11:06 +0000 (-0700) Subject: Bug 4002: clang 3.4 unable to compile X-Git-Tag: SQUID_3_4_3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a3a1f789fd1952be1e54a5c8d6cfb2789b25ac;p=thirdparty%2Fsquid.git Bug 4002: clang 3.4 unable to compile part 1: fix header guards on include files. --- diff --git a/compat/os/hpux.h b/compat/os/hpux.h index 6e05d4b96e..7825f40793 100644 --- a/compat/os/hpux.h +++ b/compat/os/hpux.h @@ -1,5 +1,5 @@ #ifndef SQUID_OS_HPUX_H -#define SQUID_OS_PHUX_H +#define SQUID_OS_HPUX_H #if _SQUID_HPUX_ diff --git a/include/rfc1123.h b/include/rfc1123.h index bfeac4bd8d..a61451f2d4 100644 --- a/include/rfc1123.h +++ b/include/rfc1123.h @@ -1,5 +1,5 @@ #ifndef _SQUID_RFC1123_H -#define _SQUID_RFC1123_ +#define _SQUID_RFC1123_H #ifdef __cplusplus extern "C" { diff --git a/include/uudecode.h b/include/uudecode.h index edef387b0d..e5e46ea14b 100644 --- a/include/uudecode.h +++ b/include/uudecode.h @@ -1,5 +1,5 @@ #ifndef _SQUID_UUDECODE_H -#define _SQUID_UUDECODE_ +#define _SQUID_UUDECODE_H #ifdef __cplusplus extern "C"