From owner-freebsd-current Sat Jan 10 23:32:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA28648 for current-outgoing; Sat, 10 Jan 1998 23:32:14 -0800 (PST) (envelope-from owner-freebsd-current) Received: from thunderdome.plutotech.com (root@thunderdome.plutotech.com [206.168.67.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA28636 for ; Sat, 10 Jan 1998 23:32:02 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: from panzer.plutotech.com (ken@panzer.plutotech.com [206.168.67.125]) by thunderdome.plutotech.com (8.8.7/8.8.5) with ESMTP id AAA06093; Sun, 11 Jan 1998 00:31:46 -0700 (MST) Received: (from ken@localhost) by panzer.plutotech.com (8.8.8/8.8.5) id AAA24960; Sun, 11 Jan 1998 00:31:44 -0700 (MST) Message-Id: <199801110731.AAA24960@panzer.plutotech.com> Subject: Re: Next batch-o-breakage. In-Reply-To: <9820.884494234@time.cdrom.com> from "Jordan K. Hubbard" at "Jan 10, 98 08:50:34 pm" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Sun, 11 Jan 1998 00:31:44 -0700 (MST) Cc: current@freebsd.org From: Kenneth Merry X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote... > [And I hope that -current readers are learning to read ahead in their > inboxes before sending their own duplicate build failure reports :-)] > > ===> sbin/ccdconfig > cc -nostdinc -O -pipe -I/usr/src/sbin/ccdconfig/../../sys -I/usr/obj/usr/src/t > mp/usr/include -c /usr/src/sbin/ccdconfig/ccdconfig.c > In file included from /usr/src/sbin/ccdconfig/ccdconfig.c:56: > /usr/src/sbin/ccdconfig/../../sys/sys/ccdvar.h:189: field `device_stats' has inc > omplete type > *** Error code 1 > Well, you're obviously running a CAM kernel, not a stock -current kernel. And that's my fault. I updated the kernel part of CCD to use my new statistics code, but I forgot about ccdconfig. In any case, here's a patch for it: ==== //depot/cam/sbin/ccdconfig/ccdconfig.c#2 - //depot/cam/sbin/ccdconfig/ccdconfig.c#3 ==== *************** *** 53,58 **** --- 53,59 ---- #include #include + #include #include #include "pathnames.h" Ken -- Kenneth Merry ken@plutotech.com