Backout rev. 1.22 as the change that caused problems was also backed out.

This commit is contained in:
Ruslan Ermilov 2001-05-24 08:47:57 +00:00
parent 5864b79cd2
commit 5e4440632e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77118

View File

@ -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'/$/>/'