freebsd-ports/audio/shout/files/patch-ab
Will Andrews 8ad00b5c4a Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by:	Kevin Bockman <kevin@puis.net> (now MAINTAINER)
2000-06-15 04:04:29 +00:00

20 lines
438 B
Plaintext

--- 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 */