From 8d241d25cf32c3cdaeca37f1b19e017301ee7798 Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 3 Aug 2000 03:05:50 +0000 Subject: [PATCH] Add a comment as to where stdarg.h applies. --- sys/dev/isp/isp_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index e3cd557b266..05bd5eb4f49 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ #include -#include +#include /* 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 *); -- 2.45.0