diff options
Diffstat (limited to 'net/l2tpd/files/patch-l2tp.h')
-rw-r--r-- | net/l2tpd/files/patch-l2tp.h | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/net/l2tpd/files/patch-l2tp.h b/net/l2tpd/files/patch-l2tp.h index f94776599055..51ab145fc311 100644 --- a/net/l2tpd/files/patch-l2tp.h +++ b/net/l2tpd/files/patch-l2tp.h @@ -1,11 +1,8 @@ - -$FreeBSD$ - ---- l2tp.h.orig Tue Jan 15 18:59:27 2002 -+++ l2tp.h Tue Oct 22 12:42:08 2002 -@@ -20,7 +20,10 @@ +--- l2tp.h.orig Mon Aug 19 20:26:23 2002 ++++ l2tp.h Tue Nov 12 13:00:09 2002 +@@ -21,7 +21,10 @@ - #define MAXSTRLEN 120 /* Maximum length of common strings */ + #define MAXSTRLEN 120 /* Maximum length of common strings */ +#include <sys/types.h> +#include <sys/socket.h> @@ -14,3 +11,11 @@ $FreeBSD$ #include <termios.h> #include "osport.h" #include "scheduler.h" +@@ -211,6 +214,7 @@ + extern int ppd; + extern int switch_io; /* jz */ + extern int control_fd; ++extern int control_fdw; + extern int start_pppd (struct call *c, struct ppp_opts *); + extern void magic_lac_dial (void *); + extern int get_entropy (char *, int); |