summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-06-17 15:05:09 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-06-17 15:05:09 +0000
commite2a0fa4021fae899c98f11264285324cbd53d58c (patch)
treebe2192f8652602c082c6924d8841a2778ae369b1 /sys/arch/hppa64
parent5015da80f9284319f48f2a784262f2ccbb5dc4d9 (diff)
Eliminate a few straggling 'labelsector' field declarations from
cpu_disklabel's. 'labelsector' is not used anywhere according to grep. 'go for it' deraadt@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/disklabel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/disklabel.h b/sys/arch/hppa64/include/disklabel.h
index 596696c2e64..6d169f67286 100644
--- a/sys/arch/hppa64/include/disklabel.h
+++ b/sys/arch/hppa64/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.12 2007/06/17 00:27:27 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.13 2007/06/17 15:05:08 krw Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -127,7 +127,6 @@ struct hpux_label {
#define lifstodb(s) ((s) * LIF_SECTSIZE / DEV_BSIZE)
struct cpu_disklabel {
- int labelsector;
union {
struct {
struct lifvol lifvol;