diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-03-31 21:01:35 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-03-31 21:01:35 +0000 |
| commit | 9f9e9ae3a7531d9be61e5f29a45e3f0886bd5b95 (patch) | |
| tree | efdf3c16a8629299b7ecfc88afddba2d85b4352d /sys/dev/isp/isp_freebsd.h | |
| parent | 6c0b61c319862c9dbbdb4cfda91d090f2c206e84 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
