diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 02:47:06 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 02:47:06 +0000 |
| commit | 7d615c1d8b0dfffe2adc73c29e2a402ecc223fd8 (patch) | |
| tree | f5abf26f51553c1f341bbd26eccb0d2ce7210342 /sys/dev | |
| parent | 0d864285a2869ade1e9142547decb9f4c86db1bb (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 4b3a39a70ae6..e3cd557b2668 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -33,6 +33,7 @@ * SUCH DAMAGE. */ #include <dev/isp/isp_freebsd.h> +#include <machine/stdarg.h> static void isp_intr_enable(void *); static void isp_cam_async(void *, u_int32_t, struct cam_path *, void *); @@ -2227,7 +2228,6 @@ isp_uninit(struct ispsoftc *isp) DISABLE_INTS(isp); } -#include <stdarg.h> void isp_prt(struct ispsoftc *isp, int level, const char *fmt, ...) { |
