diff options
author | rh <rh> | 1999-11-15 14:22:48 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-15 14:22:48 +0000 |
commit | 28a63dfe9a0e04d00ce7d98bb3af73fce806b236 (patch) | |
tree | 770493862776d5b5523cf69e9f317a782be0bea2 /comms/modemd | |
parent | 0623f00bf71574bbcb8825bbe20039efe6e0aec1 (diff) | |
download | pkgsrc-28a63dfe9a0e04d00ce7d98bb3af73fce806b236.tar.gz |
defuzz
Diffstat (limited to 'comms/modemd')
-rw-r--r-- | comms/modemd/files/patch-sum | 4 | ||||
-rw-r--r-- | comms/modemd/patches/patch-aj | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/comms/modemd/files/patch-sum b/comms/modemd/files/patch-sum index 7e945258baa..1b0da848405 100644 --- a/comms/modemd/files/patch-sum +++ b/comms/modemd/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:25 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/11/15 14:25:07 rh Exp $ MD5 (patch-aa) = 41da5ecb04c74735c4df5f0130ddf016 MD5 (patch-ab) = c565979fce0b29634432ed730a6e449a @@ -9,6 +9,6 @@ MD5 (patch-af) = 3b6a41e72efa7169154b6c8bdfd657ee MD5 (patch-ag) = 5367cbd4ebc25b7f2d85508da0d21ab3 MD5 (patch-ah) = c34f140652832f5c81f10f5f1dd16d12 MD5 (patch-ai) = 7eb7137b3948a7fc6976e2a977129c70 -MD5 (patch-aj) = ea1f308869e9f43e3ee9eda460ea2cce +MD5 (patch-aj) = cbb023e99f27e272495819a25306ca5e MD5 (patch-ak) = 91b111878b7078820a4121bacb5bb849 MD5 (patch-al) = fc793d7bfe7da20410dbb0e5ca45bce8 diff --git a/comms/modemd/patches/patch-aj b/comms/modemd/patches/patch-aj index 7474150adc4..53c8120a7ef 100644 --- a/comms/modemd/patches/patch-aj +++ b/comms/modemd/patches/patch-aj @@ -1,13 +1,15 @@ -$NetBSD: patch-aj,v 1.2 1998/08/07 10:36:46 agc Exp $ - ---- common/mcap.c.orig Thu Jun 18 06:00:48 1998 -+++ common/mcap.c Thu Jun 18 16:21:29 1998 -@@ -49,2 +49,6 @@ - +$NetBSD: patch-aj,v 1.3 1999/11/15 14:25:09 rh Exp $ +--- common/mcap.c.orig Mon Nov 15 15:22:15 1999 ++++ common/mcap.c Mon Nov 15 15:22:15 1999 +@@ -48,6 +48,10 @@ + #include "mcap.h" + + static void enter_modemcap PROTO ((char *)); +#ifdef __NetBSD__ +#include "stdlib.h" +#endif + - static void enter_modemcap PROTO ((char *)); - + static void parse_mcstring PROTO ((char *, struct modemcap *)); + static void read_mcap PROTO ((void)); + static void parse_modemcap PROTO ((char *, struct modemcap *)); |