diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-21 01:26:49 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-21 01:26:49 +0000 |
commit | f2d936410c1523ab9bfc0663053d444589b2e7d7 (patch) | |
tree | 2c99ce8ba7d4d592806fbf81899e663bc884676b /modutils/rmmod.c | |
parent | e8140c5cf14be7ddbc10f1bf834fd4150994a184 (diff) | |
download | busybox-w32-f2d936410c1523ab9bfc0663053d444589b2e7d7.tar.gz busybox-w32-f2d936410c1523ab9bfc0663053d444589b2e7d7.tar.bz2 busybox-w32-f2d936410c1523ab9bfc0663053d444589b2e7d7.zip |
More Doc updates. cmdedit and more termio fixes.
git-svn-id: svn://busybox.net/trunk/busybox@492 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r-- | modutils/rmmod.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index d01725329..bc5c03e62 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -25,7 +25,9 @@ | |||
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <unistd.h> | 27 | #include <unistd.h> |
28 | #include <sys/syscall.h> | 28 | #define __LIBRARY__ |
29 | #include <asm/unistd.h> | ||
30 | /* #include <sys/syscall.h> */ | ||
29 | 31 | ||
30 | 32 | ||
31 | 33 | ||