aboutsummaryrefslogtreecommitdiff
path: root/net/corkscrew/files
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-08-28 09:29:16 +0000
committerMark Pulford <markp@FreeBSD.org>2001-08-28 09:29:16 +0000
commita57ede897d6736a5450632e2f2f01da6a2f85eff (patch)
treee3a9fb4645f9a4497546a914995b04414032d05b /net/corkscrew/files
parent740ff991fe03a16b2b2f555db5ebdf0d126a7a85 (diff)
Notes
Diffstat (limited to 'net/corkscrew/files')
-rw-r--r--net/corkscrew/files/patch-corkscrew.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/corkscrew/files/patch-corkscrew.c b/net/corkscrew/files/patch-corkscrew.c
new file mode 100644
index 000000000000..a9c115d26816
--- /dev/null
+++ b/net/corkscrew/files/patch-corkscrew.c
@@ -0,0 +1,21 @@
+--- corkscrew.c.orig Mon Aug 27 16:42:20 2001
++++ corkscrew.c Mon Aug 27 16:44:02 2001
+@@ -1,15 +1,15 @@
+ #include "config.h"
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <netdb.h>
+-#include <netinet/in.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <sys/socket.h>
+ #include <sys/time.h>
+-#include <sys/types.h>
+ #include <unistd.h>
+
+ #if HAVE_SYS_FILIO_H