diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-06 23:47:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-06 23:47:29 +0000 |
commit | 06b3e5ce44849b6b68724f9fd164f956f6010770 (patch) | |
tree | 268528bf7c35af49ecfa2bf3dcd111da4ec6a3b6 /sys/arch/hp300/include/disklabel.h | |
parent | ea8811d7032f18e3ecbd46ca987803f455da6a39 (diff) |
No need to keep dummy fields in cpu_disklabel structures.
Diffstat (limited to 'sys/arch/hp300/include/disklabel.h')
-rw-r--r-- | sys/arch/hp300/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 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_ */ |