]> git.neil.brown.name Git - history.git/commitdiff
Fix illegal use of short keyword.
authorRichard Henderson <rth@splat.sfbay.redhat.com>
Sat, 12 Oct 2002 05:16:12 +0000 (22:16 -0700)
committerRichard Henderson <rth@splat.sfbay.redhat.com>
Sat, 12 Oct 2002 05:16:12 +0000 (22:16 -0700)
drivers/ide/ide-cd.h

index 6a8730f9bc3887f145b27c1cd4bcfa09d40949af..7d95d5f4186c2c4c5aac34d6627029a421201135 100644 (file)
@@ -437,7 +437,7 @@ struct atapi_mechstat_header {
 
        byte     curlba[3];
        byte     nslots;
-       __u8 short slot_tablelen;
+       __u8     slot_tablelen;
 };