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/vax | |
parent | ea8811d7032f18e3ecbd46ca987803f455da6a39 (diff) |
No need to keep dummy fields in cpu_disklabel structures.
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_ */ |