summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-15 22:46:28 +0000
committerbde <bde@FreeBSD.org>1995-04-15 22:46:28 +0000
commite0c2d192396e580549326eca4cba10cff1a1e158 (patch)
tree529467686f8abbc6b3fbf5abc879dc73cd02b0d4 /sys
parent01787c4b0d94087dcae610c5d718dd901143620a (diff)
downloadFreeBSD-src-e0c2d192396e580549326eca4cba10cff1a1e158.zip
FreeBSD-src-e0c2d192396e580549326eca4cba10cff1a1e158.tar.gz
Remove bogus unused `struct cpu_disklabel'.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h4
-rw-r--r--sys/sys/diskmbr.h4
-rw-r--r--sys/sys/diskpc98.h4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index e879b19..5452b44 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.10 1995/02/22 21:24:17 bde Exp $
+ * $Id: disklabel.h,v 1.11 1995/03/16 18:16:14 bde Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -196,8 +196,6 @@ struct disklabel {
#define p_sgs __partition_u1.sgs
} d_partitions[MAXPARTITIONS]; /* actually may be more */
};
-struct cpu_disklabel {
-};
#else /* LOCORE */
/*
* offsets for asm boot files.
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index e879b19..5452b44 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.10 1995/02/22 21:24:17 bde Exp $
+ * $Id: disklabel.h,v 1.11 1995/03/16 18:16:14 bde Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -196,8 +196,6 @@ struct disklabel {
#define p_sgs __partition_u1.sgs
} d_partitions[MAXPARTITIONS]; /* actually may be more */
};
-struct cpu_disklabel {
-};
#else /* LOCORE */
/*
* offsets for asm boot files.
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index e879b19..5452b44 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.10 1995/02/22 21:24:17 bde Exp $
+ * $Id: disklabel.h,v 1.11 1995/03/16 18:16:14 bde Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -196,8 +196,6 @@ struct disklabel {
#define p_sgs __partition_u1.sgs
} d_partitions[MAXPARTITIONS]; /* actually may be more */
};
-struct cpu_disklabel {
-};
#else /* LOCORE */
/*
* offsets for asm boot files.
OpenPOWER on IntegriCloud