diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-13 08:52:32 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-13 08:52:32 +0000 |
commit | fb573f4e4406fdd27f879f65c3093b5ef03e4d33 (patch) | |
tree | 8af9b67ceb76d9d72f1334431977b274412ea9e5 /net-mgmt/annextools | |
parent | 04419960e4fc1aabf8a2d2b1e51caf167bf5a125 (diff) | |
download | ports-fb573f4e4406fdd27f879f65c3093b5ef03e4d33.tar.gz ports-fb573f4e4406fdd27f879f65c3093b5ef03e4d33.zip |
Notes
Diffstat (limited to 'net-mgmt/annextools')
-rw-r--r-- | net-mgmt/annextools/files/patch-libannex::api_if.c | 13 |
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() \ |