diff options
-rw-r--r-- | net-mgmt/annextools/files/patch-libannex::api_if.c | 13 | ||||
-rw-r--r-- | net/annextools/files/patch-libannex::api_if.c | 13 |
2 files changed, 26 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() \ diff --git a/net/annextools/files/patch-libannex::api_if.c b/net/annextools/files/patch-libannex::api_if.c new file mode 100644 index 000000000000..146fb7cf2f2e --- /dev/null +++ b/net/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() \ |