From abf9b4a8ee92d80928da7b40773cf7f49356d6cb Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 23 Dec 2005 16:10:05 +0000 Subject: Unconditionally include stdlib.h, it is a standard header and needed for exit(). --- comms/plp/distinfo | 4 ++-- comms/plp/patches/patch-ab | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'comms/plp') 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 /* sun has TIOCEXCL there */ #endif -#if defined (__SVR4) -+#if defined (__SVR4) || defined(__NetBSD__) #include - #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; -- cgit v1.2.3