diff options
Diffstat (limited to 'sys/arch/mvme68k/include/disklabel.h')
-rw-r--r-- | sys/arch/mvme68k/include/disklabel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/include/disklabel.h b/sys/arch/mvme68k/include/disklabel.h index 2815e417369..874fbed1317 100644 --- a/sys/arch/mvme68k/include/disklabel.h +++ b/sys/arch/mvme68k/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.11 2007/06/20 18:15:45 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.12 2011/03/23 16:54:36 pirofti Exp $ */ /* * Copyright (c) 1996 Nivas Madhur @@ -28,8 +28,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MVME68K_DISKLABEL_H_ -#define _MVME68K_DISKLABEL_H_ +#ifndef _MACHINE_DISKLABEL_H_ +#define _MACHINE_DISKLABEL_H_ #define LABELSECTOR 0 /* sector containing label */ #define LABELOFFSET 0 /* offset of label in sector */ @@ -132,4 +132,4 @@ struct mvmedisklabel { u_long magic2; u_char cfg_4[192]; }; -#endif /* _MVME68K_DISKLABEL_H_ */ +#endif /* _MACHINE_DISKLABEL_H_ */ |