From 798500dfd84901b8d5d22e9a99c47e96fe8b9ec5 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 4 Dec 2005 10:06:06 +0000 Subject: Fix -Wundef from compiling the amd64 LINT. --- sys/dev/asr/dptsig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/asr') diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h index a70ad11..e7b6d7d 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 -- cgit v1.1