pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/buffer Remove conflicting declaration of shmat. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e413f2ef4fd
branches:  trunk
changeset: 498629:4e413f2ef4fd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 27 20:43:40 2005 +0000

description:
Remove conflicting declaration of shmat.  This fixes PR pkg/31008.

diffstat:

 misc/buffer/distinfo         |   4 ++--
 misc/buffer/patches/patch-ac |  21 ++++++++++++---------
 2 files changed, 14 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 70bd89be7a0b -r 4e413f2ef4fd misc/buffer/distinfo
--- a/misc/buffer/distinfo      Sat Aug 27 20:27:32 2005 +0000
+++ b/misc/buffer/distinfo      Sat Aug 27 20:43:40 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:50 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/08/27 20:43:40 minskim Exp $
 
 SHA1 (buffer-1.17.tar.gz) = 88201f677485880cd508430015b7ce7d9663b6e7
 RMD160 (buffer-1.17.tar.gz) = c7f87873f8f74b900609ef495ebabc8596729fb8
 Size (buffer-1.17.tar.gz) = 17131 bytes
 SHA1 (patch-aa) = 8b1a563728b6a67e49123e2c48d9d39d55a91476
 SHA1 (patch-ab) = 8d440541eb7a52db06ad2819924631591ae0b06f
-SHA1 (patch-ac) = 4e3ea4cb963d4dbd62995ada3a71c03750110cad
+SHA1 (patch-ac) = 53a3f7730e62a244109243b1262e26dd5687c223
diff -r 70bd89be7a0b -r 4e413f2ef4fd misc/buffer/patches/patch-ac
--- a/misc/buffer/patches/patch-ac      Sat Aug 27 20:27:32 2005 +0000
+++ b/misc/buffer/patches/patch-ac      Sat Aug 27 20:43:40 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index