summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/disklabel.h')
-rw-r--r--sys/arch/mac68k/include/disklabel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/disklabel.h b/sys/arch/mac68k/include/disklabel.h
index 4ba284e8c8a..d57ffdc6a70 100644
--- a/sys/arch/mac68k/include/disklabel.h
+++ b/sys/arch/mac68k/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.3 1996/05/26 18:35:47 briggs Exp $ */
+/* $OpenBSD: disklabel.h,v 1.4 1997/11/30 06:12:24 gene Exp $ */
/* $NetBSD: disklabel.h,v 1.2 1996/05/05 06:17:38 briggs Exp $ */
/*
@@ -31,8 +31,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _DISKLABEL_MACHINE_
-#define _DISKLABEL_MACHINE_
+#ifndef _MAC68K_DISKLABEL_H_
+#define _MAC68K_DISKLABEL_H_
#define LABELSECTOR 0 /* sector containing label */
#define LABELOFFSET 64 /* offset of label in sector */
@@ -44,4 +44,4 @@ struct cpu_disklabel {
int cd_dummy; /* must have one element. */
};
-#endif /* _DISKLABEL_MACHINE_ */
+#endif /* _MAC68K_DISKLABEL_H_ */