start: fix silly bug
authorAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:31:16 +0000 (13:31 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:31:16 +0000 (13:31 +0100)
Kernel/start.c

index 89b3eb1..e3579e1 100644 (file)
@@ -314,7 +314,7 @@ void fuzix_main(void)
 
        tty_init();
 
-       if (d_open(TTYDEV, O_NOCTTY) != 0)
+       if (d_open(TTYDEV, 0) != 0)
                panic(PANIC_NOTTY);
 
        /* Sign on messages */