summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-21 17:06:26 +0000
committerru <ru@FreeBSD.org>2001-05-21 17:06:26 +0000
commit2a37b0116422b996a34bd243d700fceafea5bd6d (patch)
treef2fae258a69712183032d7ba9f4fbc77e7ec7be5 /usr.bin
parentb7c2e8088526ea96e59c7adc898ac484382738e2 (diff)
downloadFreeBSD-src-2a37b0116422b996a34bd243d700fceafea5bd6d.zip
FreeBSD-src-2a37b0116422b996a34bd243d700fceafea5bd6d.tar.gz
Work around the side effect of src/include/Makefile,v 1.137 changes.
(The proper fix is to add missing #include directives.)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/kdump/mkioctls2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index 1f1cb81..0fc0352 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -22,7 +22,7 @@ LC_ALL=C; export LC_ALL
ioctl_includes=`
cd $1
find -s * -name '*.h' -follow |
- egrep -v '^(netns)/' |
+ egrep -v '^(netns|dev/(asr|dpt|mly|ray|twe|vinum))/' |
xargs egrep -l \
'^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' |
sed -e 's/^/#include </' -e s'/$/>/'
OpenPOWER on IntegriCloud