diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-08-28 09:29:16 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-08-28 09:29:16 +0000 |
commit | a57ede897d6736a5450632e2f2f01da6a2f85eff (patch) | |
tree | e3a9fb4645f9a4497546a914995b04414032d05b /net/corkscrew/files | |
parent | 740ff991fe03a16b2b2f555db5ebdf0d126a7a85 (diff) |
Notes
Diffstat (limited to 'net/corkscrew/files')
-rw-r--r-- | net/corkscrew/files/patch-corkscrew.c | 21 |
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 |