Hi all, I just cvsup updated my tree (this is FreeBSD CURRENT, 5.0), and make buildworld breaks with:
... cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 -I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common -c /usr/src/usr.bin/xlint/lint1/tree.c cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 -I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common -c /usr/src/usr.bin/xlint/lint1/func.c cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 -I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common -c scan.c /usr/src/usr.bin/xlint/lint1/scan.l: In function `wccon': /usr/src/usr.bin/xlint/lint1/scan.l:769: `MB_LEN_MAX' undeclared (first use in this function) /usr/src/usr.bin/xlint/lint1/scan.l:769: (Each undeclared identifier is reported only once /usr/src/usr.bin/xlint/lint1/scan.l:769: for each function it appears in.) /usr/src/usr.bin/xlint/lint1/scan.l:769: storage size of `buf' isn't known ... shouldn't MB_LEN_MAX be defined in <machine>/limits.h? I couldn't find anything in UPDATING, or in the current mailing list archive, but please feel free to point me to the appropriate doc. Just in case: this is a SONY Vaio PCG-GRX626, P4 @ 1.7MHz. TIA, --Francisco To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message