From 207cc9aa1b7958de0f80495004bef9a3d7cd67bd Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 Apr 1995 11:04:16 +0000 Subject: get bootblocks right. Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet. --- lib/libdisk/libdisk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libdisk/libdisk.h') diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 827fd4b..dab99a4 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: libdisk.h,v 1.5 1995/04/29 07:21:11 phk Exp $ + * $Id: libdisk.h,v 1.6 1995/04/30 06:09:27 phk Exp $ * */ @@ -187,6 +187,7 @@ struct disklabel * read_disklabel(int, daddr_t); u_short dkcksum(struct disklabel *); struct chunk * Find_Mother_Chunk(struct chunk *, u_long , u_long , chunk_e); struct disk * Int_Open_Disk(char *name, u_long size); +void Fixup_Names(struct disk *); #define dprintf printf -- cgit v1.1