imp 2006-12-22 05:54:20 UTC FreeBSD src repository Modified files: usr.bin/nl nl.c Log: Avoid 'bogus' uninitialized warning by initializing rather than playing cute games. It is much simpler, clearer and easier to follow and understand. Besides, gcc4 likes it better. Revision Changes Path 1.11 +1 -4 src/usr.bin/nl/nl.c