diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-01-05 23:01:54 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-01-05 23:01:54 +0000 |
| commit | d4c8377f6cc89aad9e5711e0cb76ce2e30d4d14a (patch) | |
| tree | 2c4682b50ccf1b3b83824b419917295bf409621d /sys/dev | |
| parent | 5ccae6a508017b573922c99156e061661f9a3696 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 e41b0c84c0d44..26fd924ebcf5c 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, uint16_t **); +typedef void ispfwfunc(int, int, int, void **); #endif #ifdef ISP_TARGET_MODE |
