diff options
author | 2001-12-05 20:11:46 +0000 | |
---|---|---|
committer | 2001-12-05 20:11:46 +0000 | |
commit | 4b978f2467cc3a239e06d14c449bae7a099a1b80 (patch) | |
tree | fe71b9e747c567cca2681740f7677c3bff39f80d | |
parent | document -a better (diff) | |
download | wireguard-openbsd-4b978f2467cc3a239e06d14c449bae7a099a1b80.tar.xz wireguard-openbsd-4b978f2467cc3a239e06d14c449bae7a099a1b80.zip |
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.h | 6 |
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_ */ |