From: wessels <> Date: Tue, 27 Apr 1999 03:52:17 +0000 (+0000) Subject: preprocessor typo X-Git-Tag: SQUID_3_0_PRE1~2245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba7fcf55e12c74015671e1a318ad9d3ad8c5e87;p=thirdparty%2Fsquid.git preprocessor typo --- diff --git a/lib/safe_inet_addr.c b/lib/safe_inet_addr.c index bce337605a..5d77be7405 100644 --- a/lib/safe_inet_addr.c +++ b/lib/safe_inet_addr.c @@ -1,5 +1,5 @@ /* - * $Id: safe_inet_addr.c,v 1.9 1999/04/23 02:57:15 wessels Exp $ + * $Id: safe_inet_addr.c,v 1.10 1999/04/26 21:52:17 wessels Exp $ */ #include "config.h" @@ -35,7 +35,7 @@ safe_inet_addr(const char *buf, struct in_addr *addr) int a1 = 0, a2 = 0, a3 = 0, a4 = 0; struct in_addr A; char x; -#if _SQUID_HPUX_ +#if defined(_SQUID_HPUX_) /* * MIYOSHI Tsutomu says scanning 'buf' * causes a bus error on hppa1.1-hp-hpux9.07, so we