From 8ea0eef2d6807d2ad51d29853335f115439e616c Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 18 Apr 2008 14:54:30 +0000 Subject: [PATCH] lwp-fix-protoize-20080418 LICENSE IPL10 make this cast correct. --- src/butc/tcudbprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/butc/tcudbprocs.c b/src/butc/tcudbprocs.c index 3b1bf8527f..c0070a9ef8 100644 --- a/src/butc/tcudbprocs.c +++ b/src/butc/tcudbprocs.c @@ -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;