summaryrefslogtreecommitdiff
path: root/misc/buffer/patches/patch-ac
blob: 91abd3fdd5ff72bc8327ffed83436f321d534535 (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.2 2005/08/27 20:43:40 minskim Exp $

--- buffer.c.orig	1994-10-04 09:44:53.000000000 -0700
+++ buffer.c
@@ -118,6 +118,4 @@ static char *rcsid = "$Header: /a/swan/h
 #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()
 {