diff options
author | 2014-05-05 13:32:15 +0000 | |
---|---|---|
committer | 2014-05-05 13:32:15 +0000 | |
commit | 02f89ba3effe7e6a586cb0574a9abe4499a9d161 (patch) | |
tree | e84af211e367ac215de483a8f235bc8e432dbe23 | |
parent | Replacing test files from previous commit to the right directory. There is no (diff) | |
download | wireguard-openbsd-02f89ba3effe7e6a586cb0574a9abe4499a9d161.tar.xz wireguard-openbsd-02f89ba3effe7e6a586cb0574a9abe4499a9d161.zip |
Tweak comment on struct _partitionv0. It's no longer the partition
table.
Suggested by David Vasek.
-rw-r--r-- | sys/sys/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |