freebsd-ports/net/pen/files/patch-pen.c
Ying-Chieh Liao 16fafce74e add pen
A load balancer for "simple" tcp based protocols
2001-11-13 18:52:17 +00:00

18 lines
388 B
C

--- pen.c.orig Tue Nov 13 21:43:24 2001
+++ pen.c Tue Nov 13 21:43:37 2001
@@ -17,6 +17,7 @@
MA 02111-1307, USA.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
@@ -31,7 +32,6 @@
#include <sys/wait.h>
#include <sys/resource.h>
#include <sys/socket.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>