diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ */ |