K 10 svn:author V 3 bde K 8 svn:date V 27 2003-12-29T04:41:38.000000Z K 7 svn:log V 365 Fixed missing declaration of pluralies(). This showed up as strange printf format warnings for inet6.c (pluralies() was implicit int, but the context requires a "char *"). Added WARNS?=2 to the Makefile so that such errors don't come back. Added NO_WERROR?= to the Makefile because I haven't checked that setting WARNS doesn't uncover more bugs except on i386's. END