diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-23 02:04:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-23 02:04:33 +0000 |
commit | 8079b155c23c8062fe65e00f590726a780ec0bdc (patch) | |
tree | f8294500ea707b914a76978c51931e6936b7bfea | |
parent | bbc8e4789f6638b27b55a7f22380c99baf6010fe (diff) |
Argh. I should know to compile first.
-rw-r--r-- | utility.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |