From: Jeffrey Altman Date: Mon, 13 Dec 2004 19:39:18 +0000 (+0000) Subject: STABLE14-ubik-calliter-update-20041210 X-Git-Tag: openafs-devel-1_3_76~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4af7e1b26d512bf16b21abff51e4bf2a4529b93b;p=packages%2Fo%2Fopenafs.git STABLE14-ubik-calliter-update-20041210 if we're going to prototype it we need to match this (cherry picked from commit 80016e804616f7d233831716b1127e3a48c51038) --- diff --git a/src/libadmin/kas/afs_kasAdmin.c b/src/libadmin/kas/afs_kasAdmin.c index 903d10ec4..fcd347276 100644 --- a/src/libadmin/kas/afs_kasAdmin.c +++ b/src/libadmin/kas/afs_kasAdmin.c @@ -36,7 +36,6 @@ RCSID #undef ENCRYPT extern int ubik_Call(); -extern int ubik_CallIter(); typedef struct { int begin_magic; @@ -718,7 +717,7 @@ GetPrincipalLockStatus(const kas_server_p kaserver, const kas_identity_p who, tst = ubik_CallIter(KAM_LockStatus, kaserver->servers, UPUBIKONLY, &count, who->principal, who->instance, &locked, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); if (tst == 0) { if (locked) { if ((locked < *lockedUntil) || !once) { @@ -1274,7 +1273,8 @@ kas_PrincipalUnlock(const void *cellHandle, const void *serverHandle, do { tst = ubik_CallIter(KAM_Unlock, kaserver.servers, 0, &count, - who->principal, who->instance, 0, 0, 0, 0); + who->principal, who->instance, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0); if (tst && (tst != UNOSERVERS)) { if (save_tst == 0) { save_tst = tst; /* save the first failure */