From: krw Date: Mon, 5 May 2014 13:32:15 +0000 (+0000) Subject: Tweak comment on struct _partitionv0. It's no longer the partition X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02f89ba3effe7e6a586cb0574a9abe4499a9d161;p=openbsd Tweak comment on struct _partitionv0. It's no longer the partition table. Suggested by David Vasek. --- diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 94c6c5b8b7e..7c2e0371c72 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.59 2013/11/10 04:59:06 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.60 2014/05/05 13:32:15 krw Exp $ */ /* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */ /* @@ -147,7 +147,7 @@ struct disklabel { }; -struct __partitionv0 { /* the partition table */ +struct __partitionv0 { /* old (v0) partition table entry */ u_int32_t p_size; /* number of sectors in partition */ u_int32_t p_offset; /* starting sector */ u_int32_t p_fsize; /* filesystem basic fragment size */