Argh. I should know to compile first.
authorEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 02:04:33 +0000 (02:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 02:04:33 +0000 (02:04 -0000)
utility.c

index 9ee23c1..78487b9 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -200,8 +200,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