From 9f9e9ae3a7531d9be61e5f29a45e3f0886bd5b95 Mon Sep 17 00:00:00 2001 From: Matt Jacob 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 7663ccb7bca3..a3f70249aae9 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