From owner-cvs-all Tue Jan 14 8:33:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C085737B401; Tue, 14 Jan 2003 08:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B84943F18; Tue, 14 Jan 2003 08:33:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EGXbfh058978; Tue, 14 Jan 2003 08:33:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EGXbCQ058977; Tue, 14 Jan 2003 08:33:37 -0800 (PST) Message-Id: <200301141633.h0EGXbCQ058977@repoman.freebsd.org> From: Warner Losh Date: Tue, 14 Jan 2003 08:33:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.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 imp 2003/01/14 08:33:37 PST Modified files: sys/boot/i386/boot2 boot2.c Log: Save 4 more bytes by not initializing opts to 0. This moves it from the data section to the bss section givig us initialization for free. Noticed by: bde Revision Changes Path 1.62 +1 -1 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message