From owner-cvs-all Sat Jan 26 7:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CD837B41C; Sat, 26 Jan 2002 07:47:24 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0QFlOJ88498; Sat, 26 Jan 2002 07:47:24 -0800 (PST) (envelope-from joerg) Message-Id: <200201261547.g0QFlOJ88498@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 26 Jan 2002 07:47:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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