aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
commit3238c6bd335a8262f18b21ab308b569a49cc7fe7 (patch)
treeacd04a6feb972f86071cbebb5420c10b69d82de9 /sys/dev/asr
parent4cbc44fb193808cd4074770c043253cb87761f45 (diff)
Notes
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/dptsig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h
index a70ad114bdc3..e7b6d7d7802f 100644
--- a/sys/dev/asr/dptsig.h
+++ b/sys/dev/asr/dptsig.h
@@ -76,7 +76,7 @@ typedef unsigned long sigLONG;
#endif /* aix */
#endif
/* For the Macintosh */
-#if STRUCTALIGNMENTSUPPORTED
+#ifdef STRUCTALIGNMENTSUPPORTED
#pragma options align=mac68k
#endif
@@ -458,7 +458,7 @@ typedef struct dpt_sig_Packed {
#endif /* aix */
#endif
/* For the Macintosh */
-#if STRUCTALIGNMENTSUPPORTED
+#ifdef STRUCTALIGNMENTSUPPORTED
#pragma options align=reset
#endif