aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2004-03-12 21:45:33 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2004-03-12 21:45:33 +0000
commita122cca95357f39039d19fd639373416dd863081 (patch)
tree6c034a25fc32204c3b23ab4ef2656ae5983b7ea5 /sys/dev/isp
parent06d6e4fcfeea94893ddd82264e531131939f2b80 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index f44c24abe0ee..6cd11a707c7e 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -753,7 +753,7 @@ int isp_async(struct ispsoftc *, ispasync_t, void *);
/*
* Platform Dependent Error and Debug Printout
*/
-#ifdef __GNUC__
+#if defined(__GNUC__) || defined(__INTEL_COMPILER)
void isp_prt(struct ispsoftc *, int level, const char *, ...)
__attribute__((__format__(__printf__,3,4)));
#else