aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index f96cab5b0..9ee23c1ab 100644
--- a/utility.c
+++ b/utility.c
@@ -200,7 +200,8 @@ extern _syscall5(int, mount, const char *, special_file, const char *, dir,
200 const char *, fstype, unsigned long int, rwflag, const void *, data); 200 const char *, fstype, unsigned long int, rwflag, const void *, data);
201#endif 201#endif
202 202
203#if defined BB_INSMOD || defined BB_LSMOD 203#if defined BB_FEATURE_NEW_MODULE_INTERFACE &&
204 (defined BB_INSMOD || defined BB_LSMOD)
204#ifndef __NR_query_module 205#ifndef __NR_query_module
205static const int __NR_query_module = 167; 206static const int __NR_query_module = 167;
206#endif 207#endif