Hi there,
the following patch fixes a bug, which made init crashing on
reboot/halt in a subhurd.
--- init.c.orig Mon Jul 2 18:22:03 2001
+++ init.c Mon Jul 2 18:32:47 2001
@@ -267,7 +267,8 @@
u_int pisize = 0;
char *noise;
unsigned noise_len;
- err = proc_getprocinfo (procserver, pp[ind], 0,
+ int flags = 0;
+ err = proc_getprocinfo (procserver, pp[ind], &flags,
(int **)&pi, &pisize, &noise,&noise_len);
if (err == MACH_SEND_INVALID_DEST)
goto procbad;
Bye,
moritz
--
Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/
Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/
GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd