aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
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 /busybox.def.h
parentfa405d0cb284011a4f0e47937a0aa34e6ccfff0d (diff)
downloadbusybox-282c364148e70dfdbb3c90fdec357e0edc589fbc.tar.gz
Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
-Erik
Diffstat (limited to 'busybox.def.h')
-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 @@
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT
#define BB_INIT
-#define BB_LINUXRC
#endif
+#define BB_LINUXRC
#endif
//
#ifdef BB_GZIP