Date: Sat, 2 Jan 2010 10:14:35 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/passwd passwd.c src/usr.bin/sockstat sockstat.c Message-ID: <201001021014.o02AExsP042479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-01-02 10:14:35 UTC FreeBSD src repository Modified files: usr.bin/passwd passwd.c usr.bin/sockstat sockstat.c Log: SVN rev 201385 on 2010-01-02 10:14:35Z by ed Mute some warnings on uninitialized variables. The code does the right thing, but the compiler is unable to figure it out. All paths that use that variable use the same invariant. Revision Changes Path 1.26 +1 -1 src/usr.bin/passwd/passwd.c 1.22 +2 -2 src/usr.bin/sockstat/sockstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001021014.o02AExsP042479>