diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:36:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:36:06 +0000 |
commit | 2336b89b006a7ef9c561a4f88980dd4de2d4a230 (patch) | |
tree | 9303f6bb76cb43ca30676e8a0cb2999322579606 /security/vpnd | |
parent | e7f348a645f468653519856d380d64fadcc1fea6 (diff) | |
download | ports-2336b89b006a7ef9c561a4f88980dd4de2d4a230.tar.gz ports-2336b89b006a7ef9c561a4f88980dd4de2d4a230.zip |
Notes
Diffstat (limited to 'security/vpnd')
-rw-r--r-- | security/vpnd/files/patch-vpnd.h | 11 |
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> |