Date: Sat, 26 Jan 2002 07:47:24 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.c Message-ID: <200201261547.g0QFlOJ88498@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2002/01/26 07:47:24 PST Modified files: sbin/fsdb fsdb.c Log: Avoid pointless initialization of global variables to 0. This only bloats the resulting binary file by forcing them out of .bss into .data, while the C standard already guarantees them to become initialized to 0 at program startup. MFC after: 1 week Revision Changes Path 1.21 +2 -2 src/sbin/fsdb/fsdb.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?200201261547.g0QFlOJ88498>