This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / utility.c
index 9ee23c1ab78ce36797e91c2e722df2ce4c7ea452..e3535966f367cbcdec3c3fa525506ccf5b0b2d38 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -36,6 +36,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <stdarg.h>
 #include <sys/ioctl.h>
 #include <sys/utsname.h>               /* for uname(2) */
 
@@ -200,8 +201,7 @@ extern _syscall5(int, mount, const char *, special_file, const char *, dir,
                const char *, fstype, unsigned long int, rwflag, const void *, data);
 #endif
 
-#if defined BB_FEATURE_NEW_MODULE_INTERFACE && 
-               (defined BB_INSMOD || defined BB_LSMOD)
+#if defined BB_FEATURE_NEW_MODULE_INTERFACE && ( defined BB_INSMOD || defined BB_LSMOD )
 #ifndef __NR_query_module
 static const int __NR_query_module = 167;
 #endif