summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-24 08:47:57 +0000
committerru <ru@FreeBSD.org>2001-05-24 08:47:57 +0000
commit4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d (patch)
tree28b253fad1d8b560e412170ee4ac125a831eb7c7
parent8d900018e737354ad66ccfe561900b5454b50429 (diff)
downloadFreeBSD-src-4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d.zip
FreeBSD-src-4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d.tar.gz
Backout rev. 1.22 as the change that caused problems was also backed out.
-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 0fc0352..1f1cb81 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|dev/(asr|dpt|mly|ray|twe|vinum))/' |
+ egrep -v '^(netns)/' |
xargs egrep -l \
'^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' |
sed -e 's/^/#include </' -e s'/$/>/'
OpenPOWER on IntegriCloud