From 7d615c1d8b0dfffe2adc73c29e2a402ecc223fd8 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 3 Aug 2000 02:47:06 +0000 Subject: [PATCH] Use instead of so that this will compile. While I'm at it, move the #include line up to the top of the file. --- 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 4b3a39a70ae..e3cd557b266 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -33,6 +33,7 @@ * SUCH DAMAGE. */ #include +#include 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 void isp_prt(struct ispsoftc *isp, int level, const char *fmt, ...) {