summaryrefslogtreecommitdiff
path: root/comms/modemd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'comms/modemd/patches')
-rw-r--r--comms/modemd/patches/patch-an12
-rw-r--r--comms/modemd/patches/patch-ao10
-rw-r--r--comms/modemd/patches/patch-ap13
-rw-r--r--comms/modemd/patches/patch-aq13
4 files changed, 48 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-an b/comms/modemd/patches/patch-an
new file mode 100644
index 00000000000..b22a7b400d0
--- /dev/null
+++ b/comms/modemd/patches/patch-an
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2006/01/12 17:13:58 joerg Exp $
+
+--- include/osdep.h.orig 2006-01-12 16:54:08.000000000 +0000
++++ include/osdep.h
+@@ -48,6 +48,6 @@
+ #include "cf/netbsd.h"
+ #endif
+
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include "cf/freebsd.h"
+ #endif
diff --git a/comms/modemd/patches/patch-ao b/comms/modemd/patches/patch-ao
new file mode 100644
index 00000000000..e66c658ea65
--- /dev/null
+++ b/comms/modemd/patches/patch-ao
@@ -0,0 +1,10 @@
+$NetBSD: patch-ao,v 1.1 2006/01/12 17:13:58 joerg Exp $
+
+--- include/tnext.h.orig 2006-01-12 16:55:40.000000000 +0000
++++ include/tnext.h
+@@ -199,5 +199,4 @@ extern struct clocks {
+
+ /* other external variables */
+ extern char **environ;
+-extern int errno;
+
diff --git a/comms/modemd/patches/patch-ap b/comms/modemd/patches/patch-ap
new file mode 100644
index 00000000000..d132cfaba09
--- /dev/null
+++ b/comms/modemd/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2006/01/12 17:13:58 joerg Exp $
+
+--- outgoing/listen.c.orig 2006-01-12 16:57:07.000000000 +0000
++++ outgoing/listen.c
+@@ -53,7 +53,7 @@ static char copyright[] =
+ #include <syslog.h>
+ #include <unistd.h>
+ #include <sys/time.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <netdb.h>
+ #include <sys/stat.h>
+ #include <sys/resource.h>
diff --git a/comms/modemd/patches/patch-aq b/comms/modemd/patches/patch-aq
new file mode 100644
index 00000000000..6265de14c32
--- /dev/null
+++ b/comms/modemd/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2006/01/12 17:13:58 joerg Exp $
+
+--- incoming/connect.c.orig 2006-01-12 16:57:35.000000000 +0000
++++ incoming/connect.c
+@@ -53,7 +53,7 @@ static char copyright[] =
+ #include <syslog.h>
+ #include <unistd.h>
+ #include <sys/time.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <netdb.h>
+ #include <sys/stat.h>
+ #include <sys/resource.h>