diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 17:11:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 17:11:07 +0000 |
commit | 4b41eac596096e6da929cf5f024b2b96cba4cc87 (patch) | |
tree | 2540f719834ebbff2dade88bb29ecae6782dc8ee /sys/arch/mvme88k/include | |
parent | 3784052d6d268ddd93fc4276c39c61c5bef7ef1e (diff) |
move comment to right place
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/disklabel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/disklabel.h b/sys/arch/mvme88k/include/disklabel.h index f70f7a3d739..4e898cae43c 100644 --- a/sys/arch/mvme88k/include/disklabel.h +++ b/sys/arch/mvme88k/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.12 2007/06/17 00:27:27 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.13 2007/06/18 17:11:06 deraadt Exp $ */ /* * Copyright (c) 1996 Nivas Madhur @@ -35,14 +35,14 @@ #define LABELOFFSET 0 /* offset of label in sector */ #define MAXPARTITIONS 16 /* number of partitions */ +struct cpu_disklabel { +}; + /* * Note: this structure is exactly 512 bytes in size. If you move fields * around, make sure the various members are properly aligned and the * compiler won't do any additional padding. */ -struct cpu_disklabel { -}; - struct mvmedisklabel { /* VID */ u_char vid_id[4]; |