diff options
author | krion <krion@FreeBSD.org> | 2004-08-10 04:35:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-10 04:35:00 +0800 |
commit | 79756b77516d743e1838d90c12355fb3c7a91c96 (patch) | |
tree | a161ef1d707f4c5e97cb258e3dff0af8390530c6 /net-mgmt | |
parent | 2e4c4a8369e070acf879e20d813dd0ad536a3b85 (diff) | |
download | freebsd-ports-gnome-79756b77516d743e1838d90c12355fb3c7a91c96.tar.gz freebsd-ports-gnome-79756b77516d743e1838d90c12355fb3c7a91c96.tar.zst freebsd-ports-gnome-79756b77516d743e1838d90c12355fb3c7a91c96.zip |
Fix build on 4.x
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/files/patch-aa b/net-mgmt/ap-utils/files/patch-aa new file mode 100644 index 000000000000..905bb9385afa --- /dev/null +++ b/net-mgmt/ap-utils/files/patch-aa @@ -0,0 +1,10 @@ +--- lib/ap_search.c.orig Tue May 4 11:18:09 2004 ++++ lib/ap_search.c Fri Jul 30 22:29:37 2004 +@@ -34,6 +34,7 @@ + #include <sys/socket.h> + #endif + ++#include <sys/socket.h> + #include <net/if.h> + #include <sys/time.h> + #include <errno.h> |