diff options
author | mjacob <mjacob@FreeBSD.org> | 2007-01-05 23:01:54 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2007-01-05 23:01:54 +0000 |
commit | f6508ae932138868de19d2a77ee42262512761b6 (patch) | |
tree | 2c4682b50ccf1b3b83824b419917295bf409621d /sys/dev/isp | |
parent | 1b9436dfb1e0fae4721c2d411fdf169d1203b2c0 (diff) | |
download | FreeBSD-src-f6508ae932138868de19d2a77ee42262512761b6.zip FreeBSD-src-f6508ae932138868de19d2a77ee42262512761b6.tar.gz |
RELENG_6 compilation
Diffstat (limited to 'sys/dev/isp')
-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 e41b0c8..26fd924 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 |