21 lines
387 B
Text
21 lines
387 B
Text
|
$NetBSD: patch-ac,v 1.1 1999/09/12 16:50:41 kim Exp $
|
||
|
|
||
|
--- buffer.c.orig Wed Jul 14 11:59:17 1993
|
||
|
+++ buffer.c Sun Sep 12 12:35:57 1999
|
||
|
@@ -384,6 +384,7 @@
|
||
|
}
|
||
|
|
||
|
/* The interrupt handler */
|
||
|
+void
|
||
|
shutdown()
|
||
|
{
|
||
|
static int shutting;
|
||
|
@@ -400,6 +401,7 @@
|
||
|
}
|
||
|
|
||
|
/* Shutdown because the child has ended */
|
||
|
+void
|
||
|
child_shutdown()
|
||
|
{
|
||
|
/* Find out which child has died. (They may not be my
|