summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-05 20:11:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-05 20:11:47 +0000
commit4aed307d8e704773c579c28ebd28cdc5e7cd5c4c (patch)
tree19ccca88550e396c6d1b8dfc324949eef969ac60
parent8781564cdec86f46fe20942b78ed9b1a5ecabf70 (diff)
I don't know who is to blame, heko@ for bOrking this, or myself to have not
noticed for so long...
-rw-r--r--sys/arch/mvme88k/stand/wrtvid/disklabel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/wrtvid/disklabel.h b/sys/arch/mvme88k/stand/wrtvid/disklabel.h
index bdc6d8a82cd..244fe0cbaee 100644
--- a/sys/arch/mvme88k/stand/wrtvid/disklabel.h
+++ b/sys/arch/mvme88k/stand/wrtvid/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.2 2001/08/12 12:03:02 heko Exp $ */
+/* $OpenBSD: disklabel.h,v 1.3 2001/12/05 20:11:46 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1995 Dale Rahn.
@@ -31,7 +31,7 @@
*/
#ifndef _MACHINE_DISKLABEL_H_
-#define /* _MACHINE_DISKLABEL_H_ */
+#define _MACHINE_DISKLABEL_H_
/* number of boot pieces , ie xxboot bootxx */
#define NUMBOOT 2
@@ -134,4 +134,4 @@ struct cpu_disklabel {
u_long magic2;
u_char cfg_4[192];
};
-#endif _MACHINE_DISKLABEL_H_
+#endif /* _MACHINE_DISKLABEL_H_ */