aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-05 23:24:55 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-05 23:24:55 +0000
commit0ecb54a0f3fece5e42f089036f059973bed8d87e (patch)
treee25c3d29c9c92fed488e03459b2aee558b1a8d25 /init
parent14ec6cf3c224d53219b2713b0040dfa03314d5b3 (diff)
downloadbusybox-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.gz
Stuf
Diffstat (limited to 'init')
-rw-r--r--init/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c
index 088a890cc..84b558d84 100644
--- a/init/init.c
+++ b/init/init.c
@@ -45,6 +45,11 @@
#include <sys/syslog.h>
#endif
+#if ! defined BB_FEATURE_USE_PROCFS
+#error Sorry, I depend on the /proc filesystem right now.
+#endif
+
+
#define VT_PRIMARY "/dev/tty1" /* Primary virtual console */
#define VT_SECONDARY "/dev/tty2" /* Virtual console */
#define VT_LOG "/dev/tty3" /* Virtual console */