From: Jeffrey Altman Date: Fri, 10 Dec 2004 10:47:17 +0000 (+0000) Subject: ubik-calliter-update-20041210 X-Git-Tag: BP-disconnected~88 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=80016e804616f7d233831716b1127e3a48c51038;p=packages%2Fo%2Fopenafs.git ubik-calliter-update-20041210 if we're going to prototype it we need to match this --- 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 */