diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-14 13:45:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-14 13:45:10 +0000 |
commit | 30c1bf297e8c0da0684c753242d9a7959043e6c8 (patch) | |
tree | 419806707c60e351acdcc21a803c45aa41c70014 /usr.bin/kdump/mkioctls | |
parent | 3b2ddae2d92f2442b4b140ffb333f86c7716296f (diff) |
no need for pfsync.h here
Diffstat (limited to 'usr.bin/kdump/mkioctls')
-rw-r--r-- | usr.bin/kdump/mkioctls | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 6b204dd7bf1..79552883b58 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.19 2004/12/14 02:05:00 mickey Exp $ +# $OpenBSD: mkioctls,v 1.20 2004/12/14 13:45:09 mickey Exp $ # # Copyright (c) 1994 @@ -46,7 +46,6 @@ BEGIN { print "#include <netinet6/nd6.h>" print "#include <netinet6/ip6_mroute.h>" print "#include <net/if_bridge.h>" - print "#include <net/if_pfsync.h>" print "#include <sys/termios.h>" print "#include <netinet/ip_ipsp.h>" print "#include <net/if_enc.h>" |