*/\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
*/\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