From 282c364148e70dfdbb3c90fdec357e0edc589fbc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Aug 2000 21:23:48 +0000 Subject: [PATCH] Fix a thinko, thanks to Klaasjan -Erik --- busybox.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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