From 3c2bc3b40f10331c76602536a727d84c26f64e17 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sat, 31 Mar 2007 21:01:35 +0000 Subject: [PATCH] Fix compilation problem (add a const) for pre-7.0 compiles. --- sys/dev/isp/isp_freebsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 7663ccb7bca..a3f70249aae 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -98,7 +98,7 @@ #endif #if __FreeBSD_version < 700000 -typedef void ispfwfunc(int, int, int, void **); +typedef void ispfwfunc(int, int, int, const void **); #endif #ifdef ISP_TARGET_MODE -- 2.45.0