diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-11 16:02:05 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-11 16:02:05 +0000 |
commit | 1f6bfcc69935f80d42cc6247c7a89c9a880c5e0e (patch) | |
tree | 57b7d151f4eb7f854de30f62d16c904ed85ad515 /sys/arch/i386/stand/libsa | |
parent | c0547c01fe32f991b5c62f18e8d82d275b0c4290 (diff) |
Update header guards.
Diffstat (limited to 'sys/arch/i386/stand/libsa')
-rw-r--r-- | sys/arch/i386/stand/libsa/softraid_i386.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/softraid_i386.h b/sys/arch/i386/stand/libsa/softraid_i386.h index 3742942178b..756d4ef3a45 100644 --- a/sys/arch/i386/stand/libsa/softraid_i386.h +++ b/sys/arch/i386/stand/libsa/softraid_i386.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_i386.h,v 1.1 2016/09/11 15:54:11 jsing Exp $ */ +/* $OpenBSD: softraid_i386.h,v 1.2 2016/09/11 16:02:04 jsing Exp $ */ /* * Copyright (c) 2012 Joel Sing <jsing@openbsd.org> @@ -16,8 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _SOFTRAID_H_ -#define _SOFTRAID_H_ +#ifndef _SOFTRAID_I386_H_ +#define _SOFTRAID_I386_H_ void srprobe(void); @@ -31,4 +31,4 @@ void sr_clear_keys(void); /* List of softraid volumes. */ extern struct sr_boot_volume_head sr_volumes; -#endif /* _SOFTRAID_H */ +#endif /* _SOFTRAID_I386_H */ |