summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-12-06 23:47:26 +0000
committermiod <miod@openbsd.org>2001-12-06 23:47:26 +0000
commit6f0028f46085b2432d0d22f2be6f316d2fe7cb5d (patch)
treef05e530344f9428053bbf85a37f77d9e5b9f54e6
parentDDB disassembly fixes and trace improvements from NetBSD. (diff)
downloadwireguard-openbsd-6f0028f46085b2432d0d22f2be6f316d2fe7cb5d.tar.xz
wireguard-openbsd-6f0028f46085b2432d0d22f2be6f316d2fe7cb5d.zip
No need to keep dummy fields in cpu_disklabel structures.
-rw-r--r--sys/arch/hp300/include/disklabel.h4
-rw-r--r--sys/arch/mac68k/include/disklabel.h4
-rw-r--r--sys/arch/vax/include/disklabel.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hp300/include/disklabel.h b/sys/arch/hp300/include/disklabel.h
index da4e2edfbdc..f94fbc6c623 100644
--- a/sys/arch/hp300/include/disklabel.h
+++ b/sys/arch/hp300/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.4 1997/08/08 21:46:42 niklas Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2001/12/06 23:47:26 miod Exp $ */
/* $NetBSD: disklabel.h,v 1.1 1994/10/14 18:26:39 cgd Exp $ */
/*
@@ -41,7 +41,7 @@
/* Just a dummy */
struct cpu_disklabel {
- int cd_dummy; /* must have one element. */
+ /* EMPTY */
};
#endif /* _MACHINE_DISKLABEL_H_ */
diff --git a/sys/arch/mac68k/include/disklabel.h b/sys/arch/mac68k/include/disklabel.h
index d57ffdc6a70..956a5af63d7 100644
--- a/sys/arch/mac68k/include/disklabel.h
+++ b/sys/arch/mac68k/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.4 1997/11/30 06:12:24 gene Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2001/12/06 23:47:28 miod Exp $ */
/* $NetBSD: disklabel.h,v 1.2 1996/05/05 06:17:38 briggs Exp $ */
/*
@@ -41,7 +41,7 @@
/* Just a dummy */
struct cpu_disklabel {
- int cd_dummy; /* must have one element. */
+ /* EMPTY */
};
#endif /* _MAC68K_DISKLABEL_H_ */
diff --git a/sys/arch/vax/include/disklabel.h b/sys/arch/vax/include/disklabel.h
index e5f774226dd..be218718271 100644
--- a/sys/arch/vax/include/disklabel.h
+++ b/sys/arch/vax/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.6 2000/11/24 19:14:03 hugh Exp $ */
+/* $OpenBSD: disklabel.h,v 1.7 2001/12/06 23:47:28 miod Exp $ */
/* $NetBSD: disklabel.h,v 1.4 1997/03/09 15:55:58 ragge Exp $ */
/*
@@ -42,7 +42,7 @@
/* Just a dummy */
#ifndef _LOCORE
struct cpu_disklabel {
- int cd_dummy; /* must have one element. */
+ /* EMPTY */
};
#endif
#endif /* _MACHINE_DISKLABEL_H_ */