diff options
author | minskim <minskim@pkgsrc.org> | 2005-08-27 20:43:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-08-27 20:43:40 +0000 |
commit | 59aa8d6cf9e5ccb0c5c07122251f4c6b7f7d0a1c (patch) | |
tree | d54c9973fee29f052133e0d71ce986b3b6a5e196 /misc/buffer/patches | |
parent | 90e8596e90f067819f408cc8637f48b50bc7eaaa (diff) | |
download | pkgsrc-59aa8d6cf9e5ccb0c5c07122251f4c6b7f7d0a1c.tar.gz |
Remove conflicting declaration of shmat. This fixes PR pkg/31008.
Diffstat (limited to 'misc/buffer/patches')
-rw-r--r-- | misc/buffer/patches/patch-ac | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/misc/buffer/patches/patch-ac b/misc/buffer/patches/patch-ac index 15f4713b08c..91abd3fdd5f 100644 --- a/misc/buffer/patches/patch-ac +++ b/misc/buffer/patches/patch-ac @@ -1,20 +1,23 @@ -$NetBSD: patch-ac,v 1.1 1999/09/12 16:50:41 kim Exp $ +$NetBSD: patch-ac,v 1.2 2005/08/27 20:43:40 minskim Exp $ ---- buffer.c.orig Wed Jul 14 11:59:17 1993 -+++ buffer.c Sun Sep 12 12:35:57 1999 -@@ -384,6 +384,7 @@ - } +--- 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() { - static int shutting; -@@ -400,6 +401,7 @@ - } +@@ -401,4 +400,5 @@ shutdown() /* Shutdown because the child has ended */ +void child_shutdown() { - /* Find out which child has died. (They may not be my |