From owner-cvs-all Tue Oct 1 0:24:58 2002 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 B2D4937B401; Tue, 1 Oct 2002 00:24:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D8743E4A; Tue, 1 Oct 2002 00:24:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g917OuCo083994; Tue, 1 Oct 2002 00:24:56 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g917OuIS083993; Tue, 1 Oct 2002 00:24:56 -0700 (PDT) Message-Id: <200210010724.g917OuIS083993@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Oct 2002 00:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c disk.c rules.c write_disk.c src/sbin/disklabel disklabel.c src/sbin/fdisk fdisk.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 biosdisk.c src/sys/kern subr_diskmbr.c subr_diskslice.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 phk 2002/10/01 00:24:56 PDT Modified files: lib/libdisk create_chunk.c disk.c rules.c write_disk.c sbin/disklabel disklabel.c sbin/fdisk fdisk.c sys/boot/i386/boot2 boot2.c sys/boot/i386/libi386 biosdisk.c sys/kern subr_diskmbr.c subr_diskslice.c sys/pc98/pc98 diskslice_machdep.c usr.sbin/boot0cfg boot0cfg.c Log: Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: Peter had repocopied sys/disklabel.h to sys/diskpc98.h and sys/diskmbr.h. These two new copies are still intact copies of disklabel.h and therefore protected by #ifndef _SYS_DISKLABEL_H_ so #including them in programs which already include is currently a no-op. This commit adds a number of such #includes. Once I have verified that I have fixed all the places which need fixing, I will commit the updated versions of the three #include files. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.67 +1 -0 src/lib/libdisk/create_chunk.c 1.76 +1 -0 src/lib/libdisk/disk.c 1.23 +1 -0 src/lib/libdisk/rules.c 1.45 +1 -0 src/lib/libdisk/write_disk.c 1.60 +1 -0 src/sbin/disklabel/disklabel.c 1.64 +1 -0 src/sbin/fdisk/fdisk.c 1.45 +1 -0 src/sys/boot/i386/boot2/boot2.c 1.36 +1 -0 src/sys/boot/i386/libi386/biosdisk.c 1.58 +1 -0 src/sys/kern/subr_diskmbr.c 1.109 +5 -0 src/sys/kern/subr_diskslice.c 1.45 +5 -0 src/sys/pc98/pc98/diskslice_machdep.c 1.13 +1 -0 src/usr.sbin/boot0cfg/boot0cfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message