diff options
author | ru <ru@FreeBSD.org> | 2001-05-24 08:47:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-24 08:47:57 +0000 |
commit | 4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d (patch) | |
tree | 28b253fad1d8b560e412170ee4ac125a831eb7c7 /usr.bin/kdump | |
parent | 8d900018e737354ad66ccfe561900b5454b50429 (diff) | |
download | FreeBSD-src-4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d.zip FreeBSD-src-4474a53d43ac9275a9eb0a2fda8efa7f9c18fe0d.tar.gz |
Backout rev. 1.22 as the change that caused problems was also backed out.
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/mkioctls | 2 |
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'/$/>/' |