summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr/osd_unix.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-14 21:54:56 +0000
committerobrien <obrien@FreeBSD.org>2002-05-14 21:54:56 +0000
commita820a8899997d7ce8bd1585f64d3a23c3d8b5cb2 (patch)
tree82ffbeff5cd36afa7612176c59f47552d21e55bc /sys/dev/asr/osd_unix.h
parentbac8396cc90f34d617b583831e7a5902146b56b9 (diff)
downloadFreeBSD-src-a820a8899997d7ce8bd1585f64d3a23c3d8b5cb2.zip
FreeBSD-src-a820a8899997d7ce8bd1585f64d3a23c3d8b5cb2.tar.gz
Tighten up the defined()'s.
Diffstat (limited to 'sys/dev/asr/osd_unix.h')
-rw-r--r--sys/dev/asr/osd_unix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h
index 127c652..0b8acec 100644
--- a/sys/dev/asr/osd_unix.h
+++ b/sys/dev/asr/osd_unix.h
@@ -135,7 +135,7 @@ typedef struct {
uCHAR Reserved3; /* Reserved Field */
} DptReadConfig_t;
-#if defined ( _DPT_SOLARIS )
+#if defined(_DPT_SOLARIS)
#include <sys/types.h>
#include <sys/ddidmareq.h>
@@ -209,7 +209,7 @@ typedef struct {
/* Inform driver to reset adapter */
#define I2ORESETCMD _IO('D',78)
-#elif defined (SNI_MIPS)
+#elif defined(SNI_MIPS)
/* Unix Ioctl Command definitions */
#define EATAUSRCMD (('D'<<8)|65)
OpenPOWER on IntegriCloud