diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2001-10-24 18:29:04 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2001-10-24 18:29:04 +0000 |
commit | 3f748c5670534374035e0849501c242330e962e4 (patch) | |
tree | d863352af97f1876093adb66c3d4ab61a3487c41 /sys/dev/ic/isp_tpublic.h | |
parent | ebad0bed5467975e0a1737d315d852aa00de1c1a (diff) |
keep up with the joneses (track other OS)
Diffstat (limited to 'sys/dev/ic/isp_tpublic.h')
-rw-r--r-- | sys/dev/ic/isp_tpublic.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h index 64949211065..ebb32d11529 100644 --- a/sys/dev/ic/isp_tpublic.h +++ b/sys/dev/ic/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_tpublic.h,v 1.4 2001/09/01 07:16:40 mjacob Exp $ */ +/* $OpenBSD: isp_tpublic.h,v 1.5 2001/10/24 18:29:03 mjacob Exp $ */ /* * Qlogic ISP Host Adapter Public Target Interface Structures && Routines *--------------------------------------- @@ -183,7 +183,8 @@ typedef struct { */ #ifndef _LP64 -#if defined(__alpha__) || defined(__sparcv9cpu) || defined(__sparc_v9__) +#if defined(__alpha__) || defined(__sparcv9cpu) || defined(__sparc_v9__) ||\ + defined(__ia64__) #define _LP64 #endif #endif |