From owner-freebsd-commit Mon Oct 9 22:05:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09958 for freebsd-commit-outgoing; Mon, 9 Oct 1995 22:05:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09933 for cvs-all-outgoing; Mon, 9 Oct 1995 22:05:46 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09910 for cvs-sys-outgoing; Mon, 9 Oct 1995 22:05:42 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09874 ; Mon, 9 Oct 1995 22:05:30 -0700 Date: Mon, 9 Oct 1995 22:05:30 -0700 From: Bruce Evans Message-Id: <199510100505.WAA09874@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/09 22:05:29 Modified: sys/i386/i386 machdep.c Log: Include so that machdep.c compiles cleanly again (the prototype for sync() moved). KNFize and otherwise clean up printing of BIOS geometries. Add prototypes. Continue cleaning up new init stuff.