> Make that me too ...

I diagnosed problem - sys/sys/ata.h commited by sos is probably the culprit:

% make world
.......
===> usr.bin/kdump
....
cc -O -pipe  -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
+-I/usr/obj/usr/src/i386/usr/include -c ioctl.c
In file included from ioctl.c:98:
/usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:81: warning: this is the location 
of the previous
+definition
ioctl.c: In function `ioctlname':
ioctl.c:530: sizeof applied to an incomplete type


ioctl.c:530:
<       if (val ==  ATASSMART)
---
>       if (val ==  ((unsigned long)( (0x80000000 | 0x40000000 )   | ((  sizeof(  
>struct ata_smart )  & 0x1fff
+) << 16) | ((      ( 'a' ) ) << 8) | (  (  10 ) )))   )


% fgrep -r ata_smart /usr/src
/usr/src/sys/sys/ata.h:#define ATAGSMART        _IOWR('a',  9, struct ata_smart)
/usr/src/sys/sys/ata.h:#define ATASSMART        _IOWR('a', 10, struct ata_smart)


cheers,
-a

On Thu, Mar 15, 2001 at 05:56:09AM -0800, Sřren Schmidt wrote:
> sos         2001/03/15 05:56:09 PST
>
>   Added files:
>     sys/sys              ata.h
>   Log:
>   Add new ATA specific file, to be used with the upcoming atacontrol.

-- 
Andrzej Tobola                          Politechnika Warszawska, IETiME
http://iem.pw.edu.pl/~san               Warsaw University of Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to