freebsd-ports/audio/shout/files/patch-util.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

19 lines
413 B
C

--- util.c.orig 2000-04-20 07:31:50 UTC
+++ util.c
@@ -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 */