summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-14 13:45:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-12-14 13:45:10 +0000
commit30c1bf297e8c0da0684c753242d9a7959043e6c8 (patch)
tree419806707c60e351acdcc21a803c45aa41c70014
parent3b2ddae2d92f2442b4b140ffb333f86c7716296f (diff)
no need for pfsync.h here
-rw-r--r--usr.bin/kdump/Makefile3
-rw-r--r--usr.bin/kdump/mkioctls3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index d987615862e..b37d3609e83 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2004/12/14 02:05:00 mickey Exp $
+# $OpenBSD: Makefile,v 1.14 2004/12/14 13:45:09 mickey Exp $
LDSTATIC=${STATIC}
PROG= kdump
@@ -20,7 +20,6 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls
${DESTDIR}/usr/include/dev/vndioctl.h \
${DESTDIR}/usr/include/scsi/ses.h \
${DESTDIR}/usr/include/net/bpf.h \
- ${DESTDIR}/usr/include/net/if_pfsync.h \
${DESTDIR}/usr/include/net/if_ppp.h \
${DESTDIR}/usr/include/net/if_pppoe.h \
${DESTDIR}/usr/include/net/if_tun.h \
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>"