From owner-cvs-all Wed Jul 5 18:51:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDEFC37BEA8; Wed, 5 Jul 2000 18:51:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18397; Wed, 5 Jul 2000 18:51:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007060151.SAA18397@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 18:51:27 -0700 (PDT) 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 X-Loop: FreeBSD.ORG jhb 2000/07/05 18:51:27 PDT Modified files: sys/boot/i386/boot2 boot2.c Log: - Inline all the functions that are only called once. This results in a savings of 68 bytes in boot2. - Also add a comment warning that you can't remove the empty exit() function. Revision Changes Path 1.30 +108 -115 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