diff options
author | Erik Andersen | 1999-12-17 01:08:27 +0000 |
---|---|---|
committer | Erik Andersen | 1999-12-17 01:08:27 +0000 |
commit | 6da0ae8183a31d4faab745d534a363c7e66ef864 (patch) | |
tree | ace76c8f54a854d9e24d303e4fbe4564425b233b /busybox.def.h | |
parent | c144e330c0342a8ed0c9d917fd5a064317652c8a (diff) | |
download | busybox-6da0ae8183a31d4faab745d534a363c7e66ef864.zip busybox-6da0ae8183a31d4faab745d534a363c7e66ef864.tar.gz |
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 a86550e..0655d3e 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -28,6 +28,7 @@ #define BB_HEAD #define BB_HOSTNAME #define BB_INIT +#define BB_INSMOD #define BB_KILL #define BB_KLOGD //#define BB_LENGTH |