aboutsummaryrefslogtreecommitdiff
path: root/security/vpnd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 21:36:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 21:36:06 +0000
commit2336b89b006a7ef9c561a4f88980dd4de2d4a230 (patch)
tree9303f6bb76cb43ca30676e8a0cb2999322579606 /security/vpnd
parente7f348a645f468653519856d380d64fadcc1fea6 (diff)
downloadports-2336b89b006a7ef9c561a4f88980dd4de2d4a230.tar.gz
ports-2336b89b006a7ef9c561a4f88980dd4de2d4a230.zip
Notes
Diffstat (limited to 'security/vpnd')
-rw-r--r--security/vpnd/files/patch-vpnd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/vpnd/files/patch-vpnd.h b/security/vpnd/files/patch-vpnd.h
new file mode 100644
index 000000000000..5ec54f28193e
--- /dev/null
+++ b/security/vpnd/files/patch-vpnd.h
@@ -0,0 +1,11 @@
+--- vpnd.h.orig Sun Oct 20 14:36:45 2002
++++ vpnd.h Sun Oct 20 14:37:04 2002
+@@ -52,7 +52,7 @@
+ #include <net/if.h>
+ #include <net/slip.h>
+ #include <net/if_var.h>
+-#include <machine/param.h>
++#include <sys/param.h>
+ #include <sys/mbuf.h>
+ #include <net/slcompress.h>
+ #include <net/if_slvar.h>