diff options
author | Eric Andersen | 2000-08-21 21:23:48 +0000 |
---|---|---|
committer | Eric Andersen | 2000-08-21 21:23:48 +0000 |
commit | 282c364148e70dfdbb3c90fdec357e0edc589fbc (patch) | |
tree | b03febfc33daf3b25cf9872ff2f365df6f36db56 /busybox.def.h | |
parent | fa405d0cb284011a4f0e47937a0aa34e6ccfff0d (diff) | |
download | busybox-282c364148e70dfdbb3c90fdec357e0edc589fbc.zip busybox-282c364148e70dfdbb3c90fdec357e0edc589fbc.tar.gz |
Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 91ab0b3..d9477d4 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -293,8 +293,8 @@ #ifdef BB_FEATURE_LINUXRC #ifndef BB_INIT #define BB_INIT -#define BB_LINUXRC #endif +#define BB_LINUXRC #endif // #ifdef BB_GZIP |