summaryrefslogtreecommitdiff
path: root/comms/jpilot-syncmal/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/jpilot-syncmal/patches/patch-ab')
-rw-r--r--comms/jpilot-syncmal/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/comms/jpilot-syncmal/patches/patch-ab b/comms/jpilot-syncmal/patches/patch-ab
deleted file mode 100644
index cc0eddc151d..00000000000
--- a/comms/jpilot-syncmal/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/01/13 13:21:09 wiz Exp $
-
---- malsync/mal/common/AGNet.h.orig Fri Jan 5 17:50:07 2001
-+++ malsync/mal/common/AGNet.h
-@@ -54,6 +54,7 @@
- # else /* defined(macintosh) */
- # include <netdb.h>
- # include <sys/types.h>
-+# include <sys/param.h>
- # include <sys/socket.h>
- # include <unistd.h>
- # include <netinet/in.h>
-@@ -61,7 +62,7 @@
- # include <sys/filio.h>
- # include <arpa/inet.h>
- # else
--# if defined(__FreeBSD__) || defined(_HPUX_SOURCE)
-+# if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
- # include <sys/ioctl.h>
- # include <arpa/inet.h>
- # else