diff options
Diffstat (limited to 'sys/dev/vnd.c')
-rw-r--r-- | sys/dev/vnd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index e74b9a74676..7225fc3db97 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnd.c,v 1.74 2007/05/12 12:19:23 krw Exp $ */ +/* $OpenBSD: vnd.c,v 1.75 2007/06/01 00:07:48 krw Exp $ */ /* $NetBSD: vnd.c,v 1.26 1996/03/30 23:06:11 christos Exp $ */ /* @@ -314,11 +314,6 @@ vndgetdisklabel(dev_t dev, struct vnd_softc *sc) lp->d_interleave = 1; lp->d_flags = 0; - lp->d_partitions[RAW_PART].p_offset = 0; - lp->d_partitions[RAW_PART].p_size = lp->d_secperunit; - lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED; - lp->d_npartitions = RAW_PART + 1; - lp->d_magic = DISKMAGIC; lp->d_magic2 = DISKMAGIC; lp->d_checksum = dkcksum(lp); |