From 06b3e5ce44849b6b68724f9fd164f956f6010770 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 6 Dec 2001 23:47:29 +0000 Subject: No need to keep dummy fields in cpu_disklabel structures. --- sys/arch/hp300/include/disklabel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300/include/disklabel.h') 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_ */ -- cgit v1.2.3