summaryrefslogtreecommitdiff
path: root/comms/plp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-23 16:10:05 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-23 16:10:05 +0000
commita3ce3b5bff1d1c25a4314aa212de62372fe93961 (patch)
treec1fd9bc881e4b618e9bf9f6b7bbf1eb086dc071e /comms/plp
parente0001240cbe0b98592ef78571754dbb327a5e5c6 (diff)
downloadpkgsrc-a3ce3b5bff1d1c25a4314aa212de62372fe93961.tar.gz
Unconditionally include stdlib.h, it is a standard header and needed
for exit().
Diffstat (limited to 'comms/plp')
-rw-r--r--comms/plp/distinfo4
-rw-r--r--comms/plp/patches/patch-ab13
2 files changed, 9 insertions, 8 deletions
diff --git a/comms/plp/distinfo b/comms/plp/distinfo
index 43637fddcbf..1f18ef7044d 100644
--- a/comms/plp/distinfo
+++ b/comms/plp/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 16:05:30 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/12/23 16:10:05 joerg Exp $
SHA1 (plp_1_8.tar.gz) = cad586353091895b6efc556d2cb5fa16891a3749
RMD160 (plp_1_8.tar.gz) = 1a29209fd7def352c9a1c6671b1a90efcd276456
Size (plp_1_8.tar.gz) = 58424 bytes
SHA1 (patch-aa) = de823cbd6f27bfc4245af8d9de100a3a48ac258c
-SHA1 (patch-ab) = 9404e7c991d8b9e5abc358f90b91392833aa80d7
+SHA1 (patch-ab) = 58d05bb66b08e4464b9e612bb821e5bd60884105
SHA1 (patch-ac) = 9f196ba3c236629c6ed1b59842fb6de2716917a6
SHA1 (patch-ad) = 4a6421d7256498df6293011bafc76e75cc5512e6
SHA1 (patch-ae) = 29b0cde6353c257a01a1630981f229c6673bbe73
diff --git a/comms/plp/patches/patch-ab b/comms/plp/patches/patch-ab
index 90f89152a5c..f5937e84843 100644
--- a/comms/plp/patches/patch-ab
+++ b/comms/plp/patches/patch-ab
@@ -1,17 +1,18 @@
-$NetBSD: patch-ab,v 1.4 2004/09/08 12:47:39 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2005/12/23 16:10:05 joerg Exp $
---- ncp/mp_serial.c.orig 1999-11-02 21:47:06.000000000 +0100
+--- ncp/mp_serial.c.orig 1999-11-02 20:47:06.000000000 +0000
+++ ncp/mp_serial.c
-@@ -37,7 +37,7 @@
+@@ -37,9 +37,7 @@
#ifdef sun
# include <sys/ttold.h> /* sun has TIOCEXCL there */
#endif
-#if defined (__SVR4)
-+#if defined (__SVR4) || defined(__NetBSD__)
#include <stdlib.h>
- #endif
+-#endif
+
+ static struct termios sti;
-@@ -223,8 +223,8 @@ int init_serial(const char *dev, int spe
+@@ -223,8 +221,8 @@ int init_serial(const char *dev, int spe
void ser_exit(int fd)
{
struct termios ti;