summaryrefslogtreecommitdiff
path: root/net-mgmt/annextools/files/patch-libannex::api_if.c
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-13 08:52:32 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-13 08:52:32 +0000
commitfb573f4e4406fdd27f879f65c3093b5ef03e4d33 (patch)
tree8af9b67ceb76d9d72f1334431977b274412ea9e5 /net-mgmt/annextools/files/patch-libannex::api_if.c
parentUnbreak on 5.x (diff)
Fix build on 64-bit platforms.
Whined about by: kris
Notes
Notes: svn path=/head/; revision=91000
Diffstat (limited to '')
-rw-r--r--net-mgmt/annextools/files/patch-libannex::api_if.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-libannex::api_if.c b/net-mgmt/annextools/files/patch-libannex::api_if.c
new file mode 100644
index 000000000000..146fb7cf2f2e
--- /dev/null
+++ b/net-mgmt/annextools/files/patch-libannex::api_if.c
@@ -0,0 +1,13 @@
+--- libannex/api_if.c.orig Mon Oct 13 01:49:30 2003
++++ libannex/api_if.c Mon Oct 13 01:49:51 2003
+@@ -180,8 +180,10 @@
+ #define recvmsg_func recvmsg
+ #endif
+
++#ifndef __FreeBSD__
+ extern int sendmsg_func();
+ extern int recvmsg_func();
++#endif
+
+ #ifdef _WIN32
+ #define XylogicsWSAGetLastError() \