]> granicus.if.org Git - strace/commitdiff
2003-01-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:36 +0000 (07:53 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Jan 2003 07:53:36 +0000 (07:53 +0000)
* linux/ioctlent.sh: Look in sound/ directory too.
From Anton Blanchard <anton@samba.org>.

linux/ioctlent.sh

index b55d22434b481b9faca2e26f2695590b6880dae2..a41aaa293adc8273c60df049567561238184fce3 100644 (file)
@@ -37,7 +37,7 @@ regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\
        sed -ne 's/^\(.*\):[[:space:]]*#[[:space:]]*define[[:space:]]*\([A-Z0-9_]*\)[[:space:]]*\(0x54..\).*/   { "\1", "\2",   \3      },/p' \
        > ioctls.h
 
-files="linux/* asm/* scsi/*"
+files="linux/* asm/* scsi/* sound/*"
 
 # Build the list of all ioctls
 regexp='^[[:space:]]*#[[:space:]]*define[[:space:]]\+[A-Z][A-Z0-9_]*[[:space:]]\+_S\?\(IO\|IOW\|IOR\|IOWR\)\>'
@@ -55,5 +55,3 @@ for base in $bases ; do
        (cd $dir ; grep -h $regexp 2>/dev/null $files ) | \
                grep -v '\<_IO' >> ioctldefs.h
 done
-
-