diff options
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/disksubr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/macppc/macppc/disksubr.c b/sys/arch/macppc/macppc/disksubr.c index b0603d09754..8f22a779a70 100644 --- a/sys/arch/macppc/macppc/disksubr.c +++ b/sys/arch/macppc/macppc/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.53 2007/06/14 03:35:29 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.54 2007/06/14 03:37:23 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -81,7 +81,6 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *), int part_cnt, n, hfspartoff; struct part_map_entry *part; - /* minimal requirements for archetypal disk label */ if (lp->d_secsize < DEV_BSIZE) lp->d_secsize = DEV_BSIZE; @@ -180,7 +179,6 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *), } goto found_disklabel; - hfs_done: /* MBR type disklabel */ /* do dos partitions in the process of getting disklabel? */ @@ -386,8 +384,6 @@ done: return (msg); } - - /* * Write disk label back to device after modification. * XXX cannot handle OpenBSD partitions in extended partitions! |