Date: Tue, 22 Feb 2011 09:11:47 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Message-ID: <201102220911.p1M9Bxdl014435@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2011-02-22 09:11:47 UTC FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.c Log: SVN rev 218944 on 2011-02-22 09:11:47Z by sobomax Make code more friendly to the non-C99 compilers - don't allocate local variables in the `for' loop declaration. This allows trunk newsyslog.c to be compiled on 7.x. This change should be no-op from the functional POV. Revision Changes Path 1.118 +8 -4 src/usr.sbin/newsyslog/newsyslog.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102220911.p1M9Bxdl014435>