diff options
Diffstat (limited to 'sys/arch/sh/include/disklabel.h')
-rw-r--r-- | sys/arch/sh/include/disklabel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sh/include/disklabel.h b/sys/arch/sh/include/disklabel.h index fedc191b7a0..b34fd62f80c 100644 --- a/sys/arch/sh/include/disklabel.h +++ b/sys/arch/sh/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.8 2008/04/06 21:19:35 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.9 2015/09/30 14:57:03 krw Exp $ */ /* * Copyright (c) 1994 Mark Brinicombe. @@ -38,8 +38,8 @@ #ifndef _SH_DISKLABEL_H_ #define _SH_DISKLABEL_H_ -#define LABELSECTOR 1 /* sector containing label */ -#define LABELOFFSET 0 /* offset of label in sector */ -#define MAXPARTITIONS 16 /* number of partitions */ +#define LABELSECTOR 1 /* sector containing label */ +#define LABELOFFSET 0 /* offset of label in sector */ +#define MAXPARTITIONS 16 /* number of partitions */ #endif /* _SH_DISKLABEL_H_ */ |