aboutsummaryrefslogtreecommitdiffstats
path: root/net/sdl_net/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 23:52:40 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 23:52:40 +0800
commit886612c43d1e22d6353678f7f8cd2e1f45d7f0dc (patch)
tree71f9419b3f07a557ef3ffbbbc4efa3739ee9d13a /net/sdl_net/files
parent560f2229d8ac91dd6c73f1eb03384fd42e0468eb (diff)
downloadfreebsd-ports-gnome-886612c43d1e22d6353678f7f8cd2e1f45d7f0dc.tar.gz
freebsd-ports-gnome-886612c43d1e22d6353678f7f8cd2e1f45d7f0dc.tar.zst
freebsd-ports-gnome-886612c43d1e22d6353678f7f8cd2e1f45d7f0dc.zip
Add sdl_net - a small sample cross-platform networking library.
Diffstat (limited to 'net/sdl_net/files')
-rw-r--r--net/sdl_net/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sdl_net/files/patch-aa b/net/sdl_net/files/patch-aa
new file mode 100644
index 000000000000..db99084f9e97
--- /dev/null
+++ b/net/sdl_net/files/patch-aa
@@ -0,0 +1,14 @@
+--- SDLnetsys.h.orig Sun Jul 2 02:28:47 2000
++++ SDLnetsys.h Wed Sep 20 18:42:27 2000
+@@ -41,6 +41,11 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #ifndef __BEOS__
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#endif /* FreeBSD */
+ #include <arpa/inet.h>
+ #endif
+ #include <netinet/in.h>