Date: Sun, 28 Dec 2003 20:41:38 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat Makefile netstat.h Message-ID: <200312290441.hBT4fcu7057366@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/12/28 20:41:38 PST FreeBSD src repository Modified files: usr.bin/netstat Makefile netstat.h Log: 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. Revision Changes Path 1.21 +2 -0 src/usr.bin/netstat/Makefile 1.38 +1 -0 src/usr.bin/netstat/netstat.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312290441.hBT4fcu7057366>