summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-02 22:15:31 +0000
committerRoland McGrath <roland@gnu.org>2001-07-02 22:15:31 +0000
commitb5f0edcc31bbdb8969404b409311c29240281c24 (patch)
treee3b93c59f716b2ebc1085fd78232ba3dc24ffea7 /init
parent48729448adb9f1ed91043841f436f68209c774f7 (diff)
.
Diffstat (limited to 'init')
-rw-r--r--init/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/init/ChangeLog b/init/ChangeLog
index dfef84ae..c922e887 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-02 Roland McGrath <roland@frob.com>
+
+ * init.c (reboot_system): Don't pass null pointer to RPC out param.
+ Thanks to Moritz Schulte <moritz@chaosdorf.de> for finding this.
+
2001-01-17 Neal H Walfield <neal@cs.uml.edu>
* init.c (open_console): Conform to new fshelp_start_translator
@@ -10,7 +15,7 @@
2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>
- * init.c (launch_core_servers): Don't use MOVE_SEND in Hurd RPCs.
+ * init.c (launch_core_servers): Don't use MOVE_SEND in Hurd RPCs.
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>