summaryrefslogtreecommitdiff
path: root/comms/modemd/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'comms/modemd/patches/patch-aq')
-rw-r--r--comms/modemd/patches/patch-aq12
1 files changed, 8 insertions, 4 deletions
diff --git a/comms/modemd/patches/patch-aq b/comms/modemd/patches/patch-aq
index 6265de14c32..908d9e0da3e 100644
--- a/comms/modemd/patches/patch-aq
+++ b/comms/modemd/patches/patch-aq
@@ -1,8 +1,8 @@
-$NetBSD: patch-aq,v 1.1 2006/01/12 17:13:58 joerg Exp $
+$NetBSD: patch-aq,v 1.2 2007/10/10 16:53:59 rillig Exp $
---- incoming/connect.c.orig 2006-01-12 16:57:35.000000000 +0000
-+++ incoming/connect.c
-@@ -53,7 +53,7 @@ static char copyright[] =
+--- incoming/connect.c.orig 1996-04-30 07:02:43.000000000 +0000
++++ incoming/connect.c 2007-10-10 16:49:07.000000000 +0000
+@@ -53,10 +53,11 @@ static char copyright[] =
#include <syslog.h>
#include <unistd.h>
#include <sys/time.h>
@@ -11,3 +11,7 @@ $NetBSD: patch-aq,v 1.1 2006/01/12 17:13:58 joerg Exp $
#include <netdb.h>
#include <sys/stat.h>
#include <sys/resource.h>
++#include <stdlib.h>
+
+ static void pump PROTO ((int, int));
+