Re: build busted in xlint: stat.h related?

2003-02-26 Thread Mike Barcroft
Andrew Gallatin <[EMAIL PROTECTED]> writes:
> 
> I just tried to buildworld, and xlint crapped out like this:
> 
> ===> usr.bin/xlint/llib
> lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix
> lint -cghapbx -Cstdc /usr/src/usr.bin/xlint/llib/llib-lstdc
> llib-lposix:
> llib-lstdc:
> stdio.h(79): warning: struct __sFILEX never defined [233]
> Lint pass2:
> stat.h(132): syntax error [249]
> stdio.h(79): warning: struct __sFILEX never defined [233]
> signal.h(207): warning: struct __siginfo never defined [233]
> *** Error code 1
> 
> I'm rebuilding now with your latest stat.h change reverted..

I committed a fix.

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


build busted in xlint: stat.h related?

2003-02-26 Thread Andrew Gallatin

I just tried to buildworld, and xlint crapped out like this:

===> usr.bin/xlint/llib
lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix
lint -cghapbx -Cstdc /usr/src/usr.bin/xlint/llib/llib-lstdc
llib-lposix:
llib-lstdc:
stdio.h(79): warning: struct __sFILEX never defined [233]
Lint pass2:
stat.h(132): syntax error [249]
stdio.h(79): warning: struct __sFILEX never defined [233]
signal.h(207): warning: struct __siginfo never defined [233]
*** Error code 1

I'm rebuilding now with your latest stat.h change reverted..

Drew

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message