Date: Tue, 1 Oct 2002 00:24:56 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 ... Message-ID: <200210010724.g917OuIS083993@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys.disklabel.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210010724.g917OuIS083993>
