From: Amos Jeffries Date: Tue, 3 Apr 2012 05:29:24 +0000 (-0600) Subject: NULL defined by our compat/types.h X-Git-Tag: BumpSslServerFirst.take08~7^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e9504d17c6fb899fff152efbcb87c0bff26a6b1;p=thirdparty%2Fsquid.git NULL defined by our compat/types.h --- diff --git a/compat/compat_shared.h b/compat/compat_shared.h index 6317f54a3c..b92d3ace30 100644 --- a/compat/compat_shared.h +++ b/compat/compat_shared.h @@ -257,9 +257,4 @@ const char * squid_strnstr(const char *s, const char *find, size_t slen); #define PRINTF_FORMAT_ARG3 #endif -/* NULL is not always provided. */ -#ifndef NULL -#define NULL ((void *)0) -#endif - #endif /* _SQUID_COMPAT_SHARED_H */