aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-21 21:23:48 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-21 21:23:48 +0000
commit282c364148e70dfdbb3c90fdec357e0edc589fbc (patch)
treeb03febfc33daf3b25cf9872ff2f365df6f36db56
parentfa405d0cb284011a4f0e47937a0aa34e6ccfff0d (diff)
downloadbusybox-w32-282c364148e70dfdbb3c90fdec357e0edc589fbc.tar.gz
busybox-w32-282c364148e70dfdbb3c90fdec357e0edc589fbc.tar.bz2
busybox-w32-282c364148e70dfdbb3c90fdec357e0edc589fbc.zip
Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
-Erik
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 91ab0b3c9..d9477d41c 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -293,8 +293,8 @@
293#ifdef BB_FEATURE_LINUXRC 293#ifdef BB_FEATURE_LINUXRC
294#ifndef BB_INIT 294#ifndef BB_INIT
295#define BB_INIT 295#define BB_INIT
296#define BB_LINUXRC
297#endif 296#endif
297#define BB_LINUXRC
298#endif 298#endif
299// 299//
300#ifdef BB_GZIP 300#ifdef BB_GZIP