summaryrefslogtreecommitdiff
path: root/debian/patches/0003-startup-also-open-console-for-reading.patch
blob: 6fbd7c97fe4be0e18bdb1677ba08e7e33a3a06fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From fe60aba84594f4f367b8edc86cd044c26c2f224e Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Fri, 7 Nov 2014 16:15:17 +0100
Subject: [PATCH hurd 03/14] startup: also open `console' for reading

* 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