From 14ea3ee2bb371575697cd652ca2064877b187983 Mon Sep 17 00:00:00 2001 From: thompsa Date: Wed, 27 May 2009 16:16:56 +0000 Subject: Delete the old USB stack. The new stack has settled in and has all the drivers/functionality and then some. --- usr.bin/kdump/mkioctls | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/kdump') diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 9c7e934..7ca773d 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -18,14 +18,11 @@ fi LC_ALL=C; export LC_ALL -# include subdirs to exclude from the search -exclude="^legacy/.*" - # Build a list of headers that have ioctls in them. # XXX should we use an ANSI cpp? ioctl_includes=` cd $1 - find -H -s * -name '*.h' \! -regex $exclude | + find -H -s * -name '*.h' | xargs egrep -l \ '^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' | awk '{printf("#include <%s>\\\\n", $1)}' -- cgit v1.1