Re: sys/ata.h still breaks world

2001-03-16 Thread Soren Schmidt
It seems Harti Brandt wrote: > > ata.h 1.2 (the latest) has an extra semicolon: > > #define ATAACOUSTIC _IOWR('a', 7, int); > > and struct ata_sleep is not defined in that file: > > #define ATASLEEP _IOWR('a', 8, struct ata_sleep) > > This breaks compiling kdump. ARGH!!! Thats the p

sys/ata.h still breaks world

2001-03-16 Thread Harti Brandt
ata.h 1.2 (the latest) has an extra semicolon: #define ATAACOUSTIC _IOWR('a', 7, int); and struct ata_sleep is not defined in that file: #define ATASLEEP_IOWR('a', 8, struct ata_sleep) This breaks compiling kdump. harti PS: and, yes, I have cvsuped more than once to be sure.