diff options
author | markp <markp@FreeBSD.org> | 2001-08-28 17:29:16 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-08-28 17:29:16 +0800 |
commit | 828a17ba9109fb3521f160161247cf016c466846 (patch) | |
tree | 1b029ac0200763bb4ff65a8e49ec814f79cc9432 /net/corkscrew/files | |
parent | 3fac05e46877986846239d5cc2aba6cffcc0e1be (diff) | |
download | freebsd-ports-gnome-828a17ba9109fb3521f160161247cf016c466846.tar.gz freebsd-ports-gnome-828a17ba9109fb3521f160161247cf016c466846.tar.zst freebsd-ports-gnome-828a17ba9109fb3521f160161247cf016c466846.zip |
Updated to 2.0.
Submitted by: petef
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 |