blob: 15f4713b08cab5eb17b2157bbd93e3bc6ba5a220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$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
|