diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:08:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:08:22 +0000 |
commit | 278c1a98a989c10c5f2a06a7aa39615820656e32 (patch) | |
tree | e47133233d6da70fda05f1127d590c424ae76043 /net/sdl_net/files/patch-SDLnetsys.h | |
parent | Add patch to fix possibly insecure mouse behavior when switching VT. (diff) |
- Update to 1.2.7
- Got rid of library renaming as done for devel/sdl12
PR: 117797
Submitted by: Marcus von Appen <mva@sysfault.org>
Diffstat (limited to 'net/sdl_net/files/patch-SDLnetsys.h')
-rw-r--r-- | net/sdl_net/files/patch-SDLnetsys.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sdl_net/files/patch-SDLnetsys.h b/net/sdl_net/files/patch-SDLnetsys.h new file mode 100644 index 000000000000..db99084f9e97 --- /dev/null +++ b/net/sdl_net/files/patch-SDLnetsys.h @@ -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> |