Fix compilation problem (add a const) for pre-7.0 compiles.
This commit is contained in:
parent
6c0b61c319
commit
9f9e9ae3a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user