aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-05 23:24:55 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-05 23:24:55 +0000
commit571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681 (patch)
treee25c3d29c9c92fed488e03459b2aee558b1a8d25 /init
parentc37f3717d32c57123c1466da4a1f2cdf6565fc36 (diff)
downloadbusybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.tar.gz
busybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.tar.bz2
busybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@154 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
45#include <sys/syslog.h> 45#include <sys/syslog.h>
46#endif 46#endif
47 47
48#if ! defined BB_FEATURE_USE_PROCFS
49#error Sorry, I depend on the /proc filesystem right now.
50#endif
51
52
48#define VT_PRIMARY "/dev/tty1" /* Primary virtual console */ 53#define VT_PRIMARY "/dev/tty1" /* Primary virtual console */
49#define VT_SECONDARY "/dev/tty2" /* Virtual console */ 54#define VT_SECONDARY "/dev/tty2" /* Virtual console */
50#define VT_LOG "/dev/tty3" /* Virtual console */ 55#define VT_LOG "/dev/tty3" /* Virtual console */