From owner-freebsd-current Thu Mar 15 18:40:36 2001 Delivered-To: freebsd-current@freebsd.org Received: from volt.iem.pw.edu.pl (volt.iem.pw.edu.pl [194.29.146.3]) by hub.freebsd.org (Postfix) with ESMTP id 22E8537B719 for ; Thu, 15 Mar 2001 18:40:33 -0800 (PST) (envelope-from san@volt.iem.pw.edu.pl) Received: (from san@localhost) by volt.iem.pw.edu.pl (8.9.3/8.9.3) id DAA15480; Fri, 16 Mar 2001 03:40:29 +0100 (CET) (envelope-from san) Date: Fri, 16 Mar 2001 03:40:29 +0100 From: Andrzej Tobola To: Michael Harnois Cc: freebsd-current@FreeBSD.org Subject: Re: -current broken, or am I? Message-ID: <20010316034029.A14907@volt.iem.pw.edu.pl> Mail-Followup-To: Michael Harnois , freebsd-current@FreeBSD.org References: <20010315155245.A12926@blackhelicopters.org> <20010315235329.A922@volt.iem.pw.edu.pl> <86ofv2a27t.fsf@mharnois.workgroup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <86ofv2a27t.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Thu, Mar 15, 2001 at 08:15:34PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message