diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-17 01:08:27 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-17 01:08:27 +0000 |
commit | 6da0ae8183a31d4faab745d534a363c7e66ef864 (patch) | |
tree | ace76c8f54a854d9e24d303e4fbe4564425b233b /busybox.def.h | |
parent | c144e330c0342a8ed0c9d917fd5a064317652c8a (diff) | |
download | busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.gz busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.bz2 busybox-w32-6da0ae8183a31d4faab745d534a363c7e66ef864.zip |
Minor fixes to rmmod. First pass at insmod (not yet working).
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index a86550e3b..0655d3ec7 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #define BB_HEAD | 28 | #define BB_HEAD |
29 | #define BB_HOSTNAME | 29 | #define BB_HOSTNAME |
30 | #define BB_INIT | 30 | #define BB_INIT |
31 | #define BB_INSMOD | ||
31 | #define BB_KILL | 32 | #define BB_KILL |
32 | #define BB_KLOGD | 33 | #define BB_KLOGD |
33 | //#define BB_LENGTH | 34 | //#define BB_LENGTH |