Applied patch from Giulio Orsero to fix some preprocessor bugs.
authorMark Whitley <markw@lineo.com>
Wed, 14 Mar 2001 17:18:52 +0000 (17:18 -0000)
committerMark Whitley <markw@lineo.com>
Wed, 14 Mar 2001 17:18:52 +0000 (17:18 -0000)
logread.c
sysklogd/logread.c

index 85c1e24565958b732f6b1e1e3c3fb1fe5d0d967c..a89daccbb03e3c03e3d35f300b2db7d788a33502 100644 (file)
--- a/logread.c
+++ b/logread.c
@@ -26,9 +26,9 @@
 \r
 /* Stupid libc doesn't have a reliable way for use to know \r
  * that libc5 is being used.   Assume this is good enough */ \r
-#if defined __GLIBC__ || defined __UCLIBC__\r
+#if ! defined __GLIBC__ || ! defined __UCLIBC__\r
 #error Sorry.  Looks like you are using libc5.  \r
-#error libc5 shm support isn't good enough.\r
+#error libc5 shm support isnt good enough.\r
 #error Please disable BB_FEATURE_IPC_SYSLOG \r
 #endif \r
 \r
index 85c1e24565958b732f6b1e1e3c3fb1fe5d0d967c..a89daccbb03e3c03e3d35f300b2db7d788a33502 100644 (file)
@@ -26,9 +26,9 @@
 \r
 /* Stupid libc doesn't have a reliable way for use to know \r
  * that libc5 is being used.   Assume this is good enough */ \r
-#if defined __GLIBC__ || defined __UCLIBC__\r
+#if ! defined __GLIBC__ || ! defined __UCLIBC__\r
 #error Sorry.  Looks like you are using libc5.  \r
-#error libc5 shm support isn't good enough.\r
+#error libc5 shm support isnt good enough.\r
 #error Please disable BB_FEATURE_IPC_SYSLOG \r
 #endif \r
 \r