freebsd-dev/lib/libdisk
Poul-Henning Kamp 3bb24c35f2 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.
2002-10-01 07:24:55 +00:00
..
blocks.c Modernize my email address. 2002-03-25 13:52:45 +00:00
change.c Modernize my email address. 2002-03-25 13:52:45 +00:00
chunk.c Modernize my email address. 2002-03-25 13:52:45 +00:00
create_chunk.c Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00
disk.c Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00
disklabel.c Modernize my email address. 2002-03-25 13:52:45 +00:00
libdisk.3 Fixed bitrot in synopsis. The change of the return type of 2001-10-03 03:49:48 +00:00
libdisk.h Modernize my email address. 2002-03-25 13:52:45 +00:00
Makefile NOSHARED is meaningless in the bsd.lib.mk context. 2002-05-13 12:00:45 +00:00
rules.c Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00
tst01.c Modernize my email address. 2002-03-25 13:52:45 +00:00
write_disk.c Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00