mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
lwp-fix-protoize-20080418
LICENSE IPL10 make this cast correct.
This commit is contained in:
parent
5f6b59f460
commit
8ea0eef2d6
@ -1020,7 +1020,7 @@ restoreDbEntries(tapeInfoPtr, rstTapeInfoPtr)
|
||||
void *
|
||||
restoreDbFromTape(void *param)
|
||||
{
|
||||
afs_uint32 taskId = (void *)param;
|
||||
afs_uint32 taskId = (afs_uint32) param;
|
||||
afs_int32 code = 0;
|
||||
afs_int32 i;
|
||||
struct butm_tapeInfo tapeInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user