From owner-freebsd-current Sun Aug 29 5: 2:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 6A19414D2D for ; Sun, 29 Aug 1999 05:02:45 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-176.skylink.it [194.185.55.176]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id OAA32681; Sun, 29 Aug 1999 14:00:39 +0200 Received: from localhost (localhost [127.0.0.1]) by heidi.plazza.it (8.9.3/8.8.5) with ESMTP id LAA14329; Sun, 29 Aug 1999 11:59:03 GMT X-No-Spam: Neither the receipients nor the senders email address(s) are to be used for Unsolicited (Commercial) Email without the explicit written consent of either party; as a per-message fee is incurred for inbound and outbound traffic to the originator. Posted-Date: Sun, 29 Aug 1999 11:59:03 GMT Date: Sun, 29 Aug 1999 13:59:01 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: current@FreeBSD.ORG Subject: Re: LINT trouble... In-Reply-To: <16481.935925040@critter.freebsd.dk> 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 Sorry about that. You are right. Some confusion here on what sources I was compiling with. I had fixed the problem in my sources. A cvs diff does not show the difference against HEAD but current version of file. Cheers, Nick On Sun, 29 Aug 1999, Poul-Henning Kamp wrote: > > These are current sources. > > This patch fixes the problem for me: > > Index: usbdi_util.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/usb/usbdi_util.c,v > retrieving revision 1.10 > diff -u -r1.10 usbdi_util.c > --- usbdi_util.c 1999/08/29 01:18:32 1.10 > +++ usbdi_util.c 1999/08/29 11:08:26 > @@ -43,10 +43,10 @@ > #include > #include > #include > -#include > #if defined(__FreeBSD__) > #include > #endif > +#include > > #include > #include > In message , Nick Hibm > a writes: > > > >Please retry with current sources. I can' t reproduce the problem, but > >I remember the error message, and having fixed it. > > > >Nick > > > > > >On Sun, 29 Aug 1999, Poul-Henning Kamp wrote: > > > >> > >> schizo# !! > >> make > >> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ../../dev/usb/usbdi_util.c > >> In file included from ../../dev/usb/usbdi_util.c:48: > >> ../../sys/bus.h:42: `devclass' defined as wrong kind of tag > >> *** Error code 1 > >> > >> Stop in /usr/src/sys/compile/LINT. > >> schizo# > >> > >> -- > >> Poul-Henning Kamp FreeBSD coreteam member > >> phk@FreeBSD.ORG "Real hackers run -current on their laptop." > >> FreeBSD -- It will take a long time before progress goes too far! > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-current" in the body of the message > >> > >> > > > >-- > >e-Mail: hibma@skylink.it > > > > > > > > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." > FreeBSD -- It will take a long time before progress goes too far! > > -- e-Mail: hibma@skylink.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message