Fix compilation problem (add a const) for pre-7.0 compiles.

This commit is contained in:
Matt Jacob 2007-03-31 21:01:35 +00:00
parent 6c0b61c319
commit 9f9e9ae3a7

View File

@ -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