aboutsummaryrefslogtreecommitdiffstats
path: root/security/vpnd/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-21 05:36:06 +0800
committerkris <kris@FreeBSD.org>2002-10-21 05:36:06 +0800
commitbed92389d0dde39debea14fcdda47e72e58ca6a6 (patch)
tree87272e1a416e0a00c713068aaccb6775e79edc23 /security/vpnd/files
parentafc65f59eb91aa009b5899768bc229de2047407f (diff)
downloadfreebsd-ports-graphics-bed92389d0dde39debea14fcdda47e72e58ca6a6.tar.gz
freebsd-ports-graphics-bed92389d0dde39debea14fcdda47e72e58ca6a6.tar.zst
freebsd-ports-graphics-bed92389d0dde39debea14fcdda47e72e58ca6a6.zip
Fix build on -current (machine/param.h -> sys/param.h)
Diffstat (limited to 'security/vpnd/files')
-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 00000000000..5ec54f28193
--- /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>