X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fbudb%2Fdbs_dump.c;h=bcb49e8d235f3432e67e2666e0aa47d155848e31;hp=8140a2324fcad1ebe01616249156b3c280583129;hb=da1203ea2026113901f568272f0e5d62856526f2;hpb=d539fb41e523e0ea2f997f3c9747f1814b0375f5 diff --git a/src/budb/dbs_dump.c b/src/budb/dbs_dump.c index 8140a23..bcb49e8 100644 --- a/src/budb/dbs_dump.c +++ b/src/budb/dbs_dump.c @@ -152,7 +152,8 @@ afs_int32 DumpDB (call, firstcall, maxLength, charListPtr, done) code = pipe(dumpSyncPtr->pipeFid); if (code) ERROR(errno); - code = LWP_CreateProcess(setupDbDump, 16384, 1, dumpSyncPtr->pipeFid[1], + code = LWP_CreateProcess(setupDbDump, 16384, 1, + (void *) dumpSyncPtr->pipeFid[1], "Database Dumper", &dumperPid); if (code) goto error_exit;