commit-hurd
[Top][All Lists]
Advanced

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

hurd/console ChangeLog console.c


From: Marcus Brinkmann
Subject: hurd/console ChangeLog console.c
Date: Tue, 10 Dec 2002 15:40:33 -0500

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Marcus Brinkmann <address@hidden>       02/12/10 15:40:33

Modified files:
        console        : ChangeLog console.c 

Log message:
        2002-12-10  Marcus Brinkmann  <address@hidden>
        
        * console.c (main): Don't use err without setting it.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ChangeLog.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: hurd/console/ChangeLog
diff -u hurd/console/ChangeLog:1.44 hurd/console/ChangeLog:1.45
--- hurd/console/ChangeLog:1.44 Thu Oct 10 08:26:04 2002
+++ hurd/console/ChangeLog      Tue Dec 10 15:40:32 2002
@@ -1,3 +1,7 @@
+2002-12-10  Marcus Brinkmann  <address@hidden>
+
+       * console.c (main): Don't use err without setting it.
+
 2002-10-10  Marcus Brinkmann  <address@hidden>
 
        * hurd.ti (cub1): Change from \E[D to ^H.
Index: hurd/console/console.c
diff -u hurd/console/console.c:1.20 hurd/console/console.c:1.21
--- hurd/console/console.c:1.20 Sat Sep 21 20:17:43 2002
+++ hurd/console/console.c      Tue Dec 10 15:40:33 2002
@@ -1963,7 +1963,7 @@
   cons->node = netfs_root_node;
   cons->underlying = netfs_startup (bootstrap, O_READ);
   if (cons->underlying == MACH_PORT_NULL)
-    error (4, err, "Cannot get underlying node");
+    error (4, 0, "Cannot get underlying node");
 
   err = io_stat (cons->underlying, &ul_stat);
   if (err)



reply via email to

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