Date: Sun, 13 Dec 1998 22:13:42 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Message-ID: <199812140613.WAA06020@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1998/12/13 22:13:42 PST Modified files: sys/i386/i386 userconfig.c Log: Get rid of uninitialized warning for local variable 'c'. There was no bug, but set it to 0 anyway to get rid of warning. Get rid of uninitialized warning for local variable 'line' as well as make a minor change to its scope. Again, no bug. Revision Changes Path 1.118 +7 -5 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812140613.WAA06020>