> > ===> 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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message