summaryrefslogtreecommitdiff
path: root/security
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
parentFix build on -current (move FILE * initializers from declaration to main()) (diff)
Fix build on -current (machine/param.h -> sys/param.h)
Notes
Notes: svn path=/head/; revision=68441
Diffstat (limited to 'security')
-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>