diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-09-08 17:39:44 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-09-08 17:39:44 +0000 |
commit | 62d793b81b02730f789ebf5ca49794eed5f3d500 (patch) | |
tree | 0ee3280a620e53edf19c9672dc6beda084eafc9b /net/poptop/files/patch-ae | |
parent | Issue a warning if procfs is not mounted. This is a linuxism (diff) |
Update to 1.1.3.
Submitted by: Mike Harding
Notes
Notes:
svn path=/head/; revision=65843
Diffstat (limited to 'net/poptop/files/patch-ae')
-rw-r--r-- | net/poptop/files/patch-ae | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/poptop/files/patch-ae b/net/poptop/files/patch-ae deleted file mode 100644 index c0ab9ecc1129..000000000000 --- a/net/poptop/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- pptpgre.c.orig Sat Sep 8 09:12:30 2001 -+++ pptpgre.c Sat Sep 8 09:13:11 2001 -@@ -114,6 +114,7 @@ - strerror (errno)); - } - -+#if 0 - /* Tell kernel we do not want headers with our IP packets. I was - hoping this would eliminate the need to strip them from received - packets, but instead it appears to only affect transmission. -@@ -131,6 +132,7 @@ - syslog (LOG_ERR, "Couldn't set hdrincl to false"); - } - } -+#endif - - gre->pty_fd = pty_fd; - gre->call_id_pair = call_id_pair; /* network byte order */ |