1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-mgmt/annextools/files/patch-libannex::api_if.c
Bruce M Simpson fb573f4e44 Fix build on 64-bit platforms.
Whined about by:	kris
2003-10-13 08:52:32 +00:00

14 lines
299 B
C

--- 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() \