From owner-freebsd-current Tue May 11 5:28:20 1999 Delivered-To: freebsd-current@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 503641590E for ; Tue, 11 May 1999 05:28:10 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id C870E1F72; Tue, 11 May 1999 20:28:07 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: eagle Cc: oZZ!!! , freebsd-current@FreeBSD.ORG Subject: Re: Tonight make world failed at isdnmonitor... In-reply-to: Your message of "Mon, 10 May 1999 23:07:06 GMT." Date: Tue, 11 May 1999 20:28:07 +0800 From: Peter Wemm Message-Id: <19990511122808.C870E1F72@spinner.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > ===> usr.sbin/i4b/isdnmonitor > > cc -Os -pipe -mpentium -DDEBUG -I/usr/obj/usr/src/tmp/usr/include -c > > /usr/src/usr.sbin/i4b/isdn > > monitor/main.c > > /usr/src/usr.sbin/i4b/isdnmonitor/main.c:103: `major' redeclared as > > different kind of symbol > > /usr/obj/usr/src/tmp/usr/include/sys/types.h:114: previous declaration of > > `major' > > /usr/src/usr.sbin/i4b/isdnmonitor/main.c:104: `minor' redeclared as > > different kind of symbol > > /usr/obj/usr/src/tmp/usr/include/sys/types.h:108: previous declaration of > > `minor' > > {standard input}: Assembler messages: > > {standard input}:1510: Fatal error: Symbol minor already defined. > > *** Error code 1 > > tell phk thanks this ones related to his changes to types.h as well phk has another patch in the pipeline right now that fixes this (ie: major() etc become macros again in userlant.) I'd have jumped in and tweaked types.h to fix this particular problem, but that would be just adding more deltas to dead-end code. I think phk was planning a checkpoint commit sometime shortly. If he gets delayed, I'll give types.h a tweak to avoid the problems and to buy some time. Please remember, this is -current, we've got to expect things to be broken every so often - but on the other hand, staying broken for too long is an inconvenience for the developers who -current is intended for. > Rob Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message