bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd 3/9] startup: also open `console' for reading


From: Justus Winter
Subject: [PATCH hurd 3/9] startup: also open `console' for reading
Date: Fri, 7 Nov 2014 17:31:56 +0100

* startup/startup.c (main): Also open `console' for reading.
---
 startup/startup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/startup/startup.c b/startup/startup.c
index ff58270..e177075 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -557,7 +557,7 @@ main (int argc, char **argv, char **envp)
      master device ports, and the console.  */
   if (task_get_bootstrap_port (mach_task_self (), &bootport)
       || fsys_getpriv (bootport, &host_priv, &device_master, &fstask)
-      || device_open (device_master, D_WRITE, "console", &consdev))
+      || device_open (device_master, D_READ|D_WRITE, "console", &consdev))
     crash_mach ();
 
   wire_task_self ();
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]