diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2019-09-27 23:07:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2019-09-27 23:07:43 +0000 |
commit | 276fc5b11cc109b09ece5937657b06d2bf150274 (patch) | |
tree | 6bd7e80541763b5f98f8a308b2e5f99afe90c709 /sys/scsi/scsi_debug.h | |
parent | 37da4d2de37e323aa06ff88d57bc45503e1f5900 (diff) |
Use consistent idiom/naming convention for the the #include
guards. Spelunkers using grep are easily confused.
Diffstat (limited to 'sys/scsi/scsi_debug.h')
-rw-r--r-- | sys/scsi/scsi_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_debug.h b/sys/scsi/scsi_debug.h index 988a874e05d..3274692d869 100644 --- a/sys/scsi/scsi_debug.h +++ b/sys/scsi/scsi_debug.h @@ -1,11 +1,11 @@ -/* $OpenBSD: scsi_debug.h,v 1.15 2019/09/27 17:22:31 krw Exp $ */ +/* $OpenBSD: scsi_debug.h,v 1.16 2019/09/27 23:07:42 krw Exp $ */ /* $NetBSD: scsi_debug.h,v 1.7 1996/10/12 23:23:16 christos Exp $ */ /* * Written by Julian Elischer (julian@tfs.com) */ #ifndef _SCSI_SCSI_DEBUG_H -#define _SCSI_SCSI_DEBUG_H 1 +#define _SCSI_SCSI_DEBUG_H #ifdef _KERNEL /* |