summaryrefslogtreecommitdiff
path: root/audio/shout/files/patch-util.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
commit6df3e23245b2c3793f24e4c42dd330d59419494c (patch)
treee86901dd11e5a970cf6211165d2b26dbe637e186 /audio/shout/files/patch-util.c
parentlang/squeak: Claimed fix for PowerPC (diff)
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363157
Diffstat (limited to 'audio/shout/files/patch-util.c')
-rw-r--r--audio/shout/files/patch-util.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/shout/files/patch-util.c b/audio/shout/files/patch-util.c
new file mode 100644
index 000000000000..b9e2676d43db
--- /dev/null
+++ b/audio/shout/files/patch-util.c
@@ -0,0 +1,19 @@
+--- util.c Thu Apr 20 03:31:50 2000
++++ util.c.new Wed Jun 14 15:42:24 2000
+@@ -18,8 +18,6 @@
+ #include <process.h>
+ #include <winbase.h>
+ #else /* *NIX */
+-#include <sys/socket.h>
+-#include <netinet/in.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <sys/wait.h>
+@@ -29,7 +27,6 @@
+ #include <stdarg.h>
+ #include <time.h>
+ #include <errno.h>
+-#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #endif /* !win32 */