From owner-freebsd-stable Fri Jan 31 16:32:43 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB7637B401; Fri, 31 Jan 2003 16:32:40 -0800 (PST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B155843F3F; Fri, 31 Jan 2003 16:32:39 -0800 (PST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.6/8.12.6) with ESMTP id h110XZ7j098738; Fri, 31 Jan 2003 19:33:35 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030131192649.07a8a368@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 31 Jan 2003 19:36:47 -0500 To: Tom Rhodes From: Mike Tancsa Subject: Re: cvs commit: src/sys/dev/usb umass.c usbdevs usbdevs.h usbdevs_data.h Cc: stable@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am getting an error that seems to be related to this commit. ===> umass cc -O -pipe -march=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -g -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/umass/../../dev/usb/umass.c /usr/src/sys/modules/umass/../../dev/usb/umass.c:380: syntax error before `{' /usr/src/sys/modules/umass/../../dev/usb/umass.c:383: warning: no semicolon at end of struct or union /usr/src/sys/modules/umass/../../dev/usb/umass.c:426: syntax error before `}' *** Error code 1 Stop in /usr/src/sys/modules/umass. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/granite. *** Error code 1 Stop in /usr/src. *** Error code 1 --Mike At 02:34 PM 31/01/2003 -0800, Tom Rhodes wrote: >trhodes 2003/01/31 14:34:17 PST > > Modified files: (Branch: RELENG_4) > sys/dev/usb umass.c usbdevs usbdevs.h usbdevs_data.h > Log: > MFC: Add support for the Trek Thumbdrive 8MB USB Drive. > > PR: 46004 > Submitted by: Brian J. McGovern (original > version) > > Revision Changes Path > 1.11.2.14 +4 -1 src/sys/dev/usb/umass.c > 1.11.2.34 +2 -0 src/sys/dev/usb/usbdevs > 1.32.2.32 +3 -1 src/sys/dev/usb/usbdevs.h > 1.32.2.32 +7 -0 src/sys/dev/usb/usbdevs_data.h > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message