projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc8e47
)
Argh. I should know to compile first.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 23 Feb 2001 02:04:33 +0000
(
02:04
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 23 Feb 2001 02:04:33 +0000
(
02:04
-0000)
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 9ee23c1ab78ce36797e91c2e722df2ce4c7ea452..78487b9536aa2e2658d40df49d684dad7f1bfd64 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