summaryrefslogtreecommitdiff
path: root/misc/buffer/patches/patch-ac
blob: 86668613e7e9d5d9fb5f9dcf4e52923ba11d654d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ac,v 1.3 2005/12/05 20:50:38 rillig Exp $

--- buffer.c.orig	1994-10-04 09:44:53.000000000 -0700
+++ buffer.c
@@ -118,6 +118,4 @@
 #endif
 
-extern char *shmat();
-
 /* General macros */
 #define TRUE 1
@@ -385,4 +383,5 @@ parse_args( argc, argv )
 
 /* The interrupt handler */
+void
 shutdown()
 {
@@ -401,4 +400,5 @@ shutdown()
 
 /* Shutdown because the child has ended */
+void
 child_shutdown()
 {