freebsd-ports/net/imapproxy/files/patch-network.c_1
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

13 lines
284 B
Text

--- network.c.orig Fri Aug 9 15:24:23 2002
+++ network.c Mon Jul 28 11:21:26 2003
@@ -20,9 +20,9 @@
#include <stdio.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <sys/types.h>
#include <string.h>
#include <netdb.h>
#include <unistd.h>