diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/shout/files/patch-sock.c | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/shout/files/patch-sock.c')
-rw-r--r-- | audio/shout/files/patch-sock.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/shout/files/patch-sock.c b/audio/shout/files/patch-sock.c new file mode 100644 index 000000000000..8763c427e5de --- /dev/null +++ b/audio/shout/files/patch-sock.c @@ -0,0 +1,21 @@ +--- sock.c Thu Apr 20 03:31:50 2000 ++++ sock.c.new Wed Jun 14 15:43:59 2000 +@@ -12,8 +12,10 @@ + #include <process.h> + #include <winbase.h> + #else /* *NIX */ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #include <netdb.h> + #include <fcntl.h> + #include <sys/wait.h> +@@ -22,7 +24,6 @@ + #include <ctype.h> + #include <stdarg.h> + #include <errno.h> +-#include <arpa/inet.h> + #include <sys/time.h> + #include <unistd.h> + #endif /* !win32 */ |