WARNS=5 is rather picky about our libc in CURRENT. One of the warnings I can see is:
/home/charon/a/freebsd/src/lib/libc/db/btree/bt_delete.c: In function `__bt_stkacq': /home/charon/a/freebsd/src/lib/libc/db/btree/bt_delete.c:155: warning: declaration of `index' shadows a global declaration Is it worth going through the file and changing `index' with something that does not conflict with index(3)? - Giorgos To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message