summaryrefslogtreecommitdiff
path: root/comms/libmal/patches
diff options
context:
space:
mode:
authormarkd <markd>2004-04-19 14:01:46 +0000
committermarkd <markd>2004-04-19 14:01:46 +0000
commit69f5529442ac0c215b81115afa1e3d037f5cfabb (patch)
tree703679e4c98475eeb8e4ffc3c8545c180dba75a5 /comms/libmal/patches
parent11b0554d970140225ba46688455bc534a52cc1a3 (diff)
downloadpkgsrc-69f5529442ac0c215b81115afa1e3d037f5cfabb.tar.gz
Initial import of libmal-0.40
libmal is simply a convenience library of the object files contained in Tom Whittaker's malsync distribution, along with a few wrapper functions.
Diffstat (limited to 'comms/libmal/patches')
-rw-r--r--comms/libmal/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/libmal/patches/patch-aa b/comms/libmal/patches/patch-aa
new file mode 100644
index 00000000000..bd14cd94663
--- /dev/null
+++ b/comms/libmal/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/19 14:01:46 markd Exp $
+
+--- malsync/mal/common/AGNet.h.orig 2004-04-19 21:59:57.000000000 +1200
++++ 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>