summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-08-03 03:05:50 +0000
committermjacob <mjacob@FreeBSD.org>2000-08-03 03:05:50 +0000
commit8d241d25cf32c3cdaeca37f1b19e017301ee7798 (patch)
tree4d39dc827943a8620f8eb5223714c95f5bfea0a1 /sys/dev/isp
parentfae2a8c58e4da2a460b45eb070fe64678870e427 (diff)
downloadFreeBSD-src-8d241d25cf32c3cdaeca37f1b19e017301ee7798.zip
FreeBSD-src-8d241d25cf32c3cdaeca37f1b19e017301ee7798.tar.gz
Add a comment as to where stdarg.h applies.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index e3cd557..05bd5eb 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*/
#include <dev/isp/isp_freebsd.h>
-#include <machine/stdarg.h>
+#include <machine/stdarg.h> /* for use by isp_prt below */
static void isp_intr_enable(void *);
static void isp_cam_async(void *, u_int32_t, struct cam_path *, void *);
OpenPOWER on IntegriCloud