diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-29 05:37:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-29 05:37:14 +0000 |
commit | f18cf4b433e70cc12e7ebacebc3b94cda031ee6e (patch) | |
tree | f0b7136448ab07e93b32386a906d056576ec86f5 /sbin/disklabel/extern.h | |
parent | a8e015d4201b83f7fa0892ac113809adda0babdd (diff) |
otto points out that the -v printing changes are incompatible with the
expectation that -R will read the output of disklabel. I suspect we
will find another way to do this; ok otto
Diffstat (limited to 'sbin/disklabel/extern.h')
-rw-r--r-- | sbin/disklabel/extern.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/disklabel/extern.h b/sbin/disklabel/extern.h index 74daf49ee80..1e3ec76e123 100644 --- a/sbin/disklabel/extern.h +++ b/sbin/disklabel/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.10 2009/03/28 16:27:24 krw Exp $ */ +/* $OpenBSD: extern.h,v 1.11 2009/03/29 05:37:13 deraadt Exp $ */ /* * Copyright (c) 2003 Theo de Raadt <deraadt@openbsd.org> @@ -16,10 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* Display options. */ -#define SHOW_PHYSINFO 0x1 -#define SHOW_PARTINFO 0x2 - u_short dkcksum(struct disklabel *); int checklabel(struct disklabel *); double scale(u_int64_t, char, struct disklabel *); |