From 0ecb54a0f3fece5e42f089036f059973bed8d87e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 5 Dec 1999 23:24:55 +0000 Subject: Stuf --- init.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.c') diff --git a/init.c b/init.c index 088a890cc..84b558d84 100644 --- a/init.c +++ b/init.c @@ -45,6 +45,11 @@ #include #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 */ -- cgit v1.2.3