diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 15:13:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 15:13:52 +0000 |
commit | b7f4a984eca1e447fb02d3464da1c82c844505a2 (patch) | |
tree | f1acd82e2e23ca110cd4250caf697d06662f7a70 /net/poptop/files/patch-ae | |
parent | Add pflogstats 20030404, postfix Log Statistics Reporter. (diff) |
- update to 1.1.4.b3
While I'm here,
- spell ports@FreeBSD.org correctly
- portlint'ify: move WRKSRC to it's proper section
PR: 51736
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Notes
Notes:
svn path=/head/; revision=80672
Diffstat (limited to 'net/poptop/files/patch-ae')
-rw-r--r-- | net/poptop/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/poptop/files/patch-ae b/net/poptop/files/patch-ae new file mode 100644 index 000000000000..7d77fbbeb523 --- /dev/null +++ b/net/poptop/files/patch-ae @@ -0,0 +1,13 @@ +--- pptpctrl.c.orig Sat May 3 18:09:16 2003 ++++ pptpctrl.c Sat May 3 18:09:28 2003 +@@ -26,9 +26,9 @@ + #include <time.h> + #include <sys/time.h> + #include <dirent.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <sys/types.h> +-#include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #ifdef HAVE_OPENPTY |