Move the warning msg after features.h gets pulled in.
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 18:20:23 +0000 (18:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 18:20:23 +0000 (18:20 -0000)
 -Erik

logread.c
sysklogd/logread.c

index a89daccbb03e3c03e3d35f300b2db7d788a33502..17f6a54d63c4042cffde8904adb34100a1e6601c 100644 (file)
--- a/logread.c
+++ b/logread.c
  */\r
 \r
 \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
-#error Sorry.  Looks like you are using libc5.  \r
-#error libc5 shm support isnt good enough.\r
-#error Please disable BB_FEATURE_IPC_SYSLOG \r
-#endif \r
-\r
 #include <stdio.h>\r
 #include <stdlib.h>\r
 #include <string.h>\r
 #include <setjmp.h>\r
 #include "busybox.h"\r
 \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
+#error Sorry.  Looks like you are using libc5.  \r
+#error libc5 shm support isnt good enough.\r
+#error Please disable BB_FEATURE_IPC_SYSLOG \r
+#endif \r
+\r
+\r
 static const long KEY_ID = 0x414e4547; /*"GENA"*/\r
 \r
 static struct shbuf_ds {\r
index a89daccbb03e3c03e3d35f300b2db7d788a33502..17f6a54d63c4042cffde8904adb34100a1e6601c 100644 (file)
  */\r
 \r
 \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
-#error Sorry.  Looks like you are using libc5.  \r
-#error libc5 shm support isnt good enough.\r
-#error Please disable BB_FEATURE_IPC_SYSLOG \r
-#endif \r
-\r
 #include <stdio.h>\r
 #include <stdlib.h>\r
 #include <string.h>\r
 #include <setjmp.h>\r
 #include "busybox.h"\r
 \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
+#error Sorry.  Looks like you are using libc5.  \r
+#error libc5 shm support isnt good enough.\r
+#error Please disable BB_FEATURE_IPC_SYSLOG \r
+#endif \r
+\r
+\r
 static const long KEY_ID = 0x414e4547; /*"GENA"*/\r
 \r
 static struct shbuf_ds {\r