diff options
author | 2010-09-22 05:28:59 +0000 | |
---|---|---|
committer | 2010-09-22 05:28:59 +0000 | |
commit | e20f3f15b34dbe0b0935a93a8e1d913ca241ce48 (patch) | |
tree | 5814ae07e913ef39e0fe635f36a5dc18a37bdc86 /sys | |
parent | add a KexAlgorithms knob to the client and server configuration to allow (diff) | |
download | wireguard-openbsd-e20f3f15b34dbe0b0935a93a8e1d913ca241ce48.tar.xz wireguard-openbsd-e20f3f15b34dbe0b0935a93a8e1d913ca241ce48.zip |
Garbage collect the field dk_labelsector since there are no uses
in the tree. Update disk.9 to reflect current reality.
ok matthew@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/disk.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 3da927463d2..c4722185918 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.h,v 1.25 2010/09/08 15:16:22 jsing Exp $ */ +/* $OpenBSD: disk.h,v 1.26 2010/09/22 05:28:59 krw Exp $ */ /* $NetBSD: disk.h,v 1.11 1996/04/28 20:22:50 thorpej Exp $ */ /* @@ -108,8 +108,7 @@ struct disk { * must be dynamically allocated, otherwise the size of this * structure becomes machine-dependent. */ - daddr64_t dk_labelsector; /* sector containing label */ - struct disklabel *dk_label; /* label */ + struct disklabel *dk_label; }; /* states */ |