From owner-freebsd-current Fri Mar 16 4:41:23 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id E1B3237B719 for ; Fri, 16 Mar 2001 04:41:19 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id NAA07925; Fri, 16 Mar 2001 13:37:54 +0100 (MET) Date: Fri, 16 Mar 2001 13:37:53 +0100 (CET) From: Harti Brandt To: Cc: Subject: sys/ata.h still breaks world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, harti@begemot.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message