From owner-freebsd-i386@FreeBSD.ORG Sat Jun 30 02:41:11 2007 Return-Path: X-Original-To: i386@freebsd.org Delivered-To: freebsd-i386@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE16516A41F; Sat, 30 Jun 2007 02:41:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 657F313C448; Sat, 30 Jun 2007 02:41:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5U2dDCm065611; Fri, 29 Jun 2007 20:39:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 29 Jun 2007 20:39:50 -0600 (MDT) Message-Id: <20070629.203950.-432837602.imp@bsdimp.com> To: tinderbox@freebsd.org From: "M. Warner Losh" In-Reply-To: <20070630022726.6962873068@freebsd-current.sentex.ca> References: <20070630022726.6962873068@freebsd-current.sentex.ca> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 29 Jun 2007 20:39:13 -0600 (MDT) Cc: current@freebsd.org, i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 02:41:11 -0000 : /src/sys/dev/usb/if_ural.c:106: error: 'USB_PRODUCT_SIEMENS3_WL54G' undeclared here (not in a function) : /src/sys/dev/usb/if_ural.c:108: error: 'USB_VENDOR_SPAIRON' undeclared here (not in a function) : /src/sys/dev/usb/if_ural.c:108: error: 'USB_PRODUCT_SPAIRON_WL54G' undeclared here (not in a function) : *** Error code 1 Ooops. My bad. I'd forgotten that I had a number of slight spelling changes to try to get all the BSD's usbdevs in sync. Warner