summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/disklabel.h3
-rw-r--r--sys/arch/hppa/include/disklabel.h3
-rw-r--r--sys/arch/hppa64/include/disklabel.h3
-rw-r--r--sys/arch/mips64/include/disklabel.h3
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/alpha/include/disklabel.h b/sys/arch/alpha/include/disklabel.h
index f5c9c41f82e..f81332f04e3 100644
--- a/sys/arch/alpha/include/disklabel.h
+++ b/sys/arch/alpha/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.21 2007/06/17 00:27:24 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.22 2007/06/17 15:05:08 krw Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -38,7 +38,6 @@
#define MAXPARTITIONS 16 /* number of partitions */
struct cpu_disklabel {
- int labelsector;
};
#endif /* _MACHINE_DISKLABEL_H_ */
diff --git a/sys/arch/hppa/include/disklabel.h b/sys/arch/hppa/include/disklabel.h
index c8fb499c60b..7432fc1d628 100644
--- a/sys/arch/hppa/include/disklabel.h
+++ b/sys/arch/hppa/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.18 2007/06/17 00:27:27 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.19 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;
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;
diff --git a/sys/arch/mips64/include/disklabel.h b/sys/arch/mips64/include/disklabel.h
index adaf30b4d6f..e8fb8ed036a 100644
--- a/sys/arch/mips64/include/disklabel.h
+++ b/sys/arch/mips64/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.14 2007/06/17 00:27:27 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.15 2007/06/17 15:05:08 krw Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -99,7 +99,6 @@ struct sgilabel {
struct cpu_disklabel {
- int labelsector;
};
#endif /* _MACHINE_DISKLABEL_H_ */