diff options
Diffstat (limited to 'sys/dev/hea/eni_vcm.c')
-rw-r--r-- | sys/dev/hea/eni_vcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c index 0af1f32..4e6f743 100644 --- a/sys/dev/hea/eni_vcm.c +++ b/sys/dev/hea/eni_vcm.c @@ -286,7 +286,7 @@ eni_closevcc ( cup, cvp ) /* * Reset everything */ - KM_ZERO ( (caddr_t)vct, sizeof(VCI_Table) ); + KM_ZERO ( (uintptr_t)vct, sizeof(VCI_Table) ); return ( err ); } |