butc/tcudbprocs.c : all : ubik_Call
kauth/admin_tools.c : all : ubik_Call nonsense
kauth/authclient.c : strict-proto : ubik_Call nonsense
-libadmin/bos/afs_bosAdmin.c: all : time types, and const
libadmin/kas/afs_kasAdmin.c: all : Ubik_Call nonsense
libadmin/samples/rxstat_query_peer.c : all : util_RPCStatsStateGet types
libadmin/samples/rxstat_query_process.c : all : util_RPCStatsStateGet types
int ADMINAPI
bos_ExecutableTimestampGet(const void *serverHandle, const char *execFile,
- unsigned long *newTime, unsigned long *oldTime,
- unsigned long *bakTime, afs_status_p st)
+ afs_int32 *newTime, afs_int32 *oldTime,
+ afs_int32 *bakTime, afs_status_p st)
{
int rc = 0;
afs_status_t tst = 0;
afs_status_t tst = 0;
bos_server_p b_handle = (bos_server_p) serverHandle;
afs_int32 restartType = 0;
- struct ktime restartTime;
+ struct bozo_netKTime restartTime;
if (!isValidServerHandle(b_handle, &tst)) {
goto fail_bos_ExecutableRestartTimeSet;
afs_status_t tst = 0;
bos_server_p b_handle = (bos_server_p) serverHandle;
afs_int32 restartType = 0;
- struct ktime restartTime;
+ struct bozo_netKTime restartTime;
if (!isValidServerHandle(b_handle, &tst)) {
goto fail_bos_ExecutableRestartTimeGet;
tcall = rx_NewCall(b_handle->server);
have_call = 1;
- tst = StartBOZO_GetLog(tcall, log);
+ tst = StartBOZO_GetLog(tcall, (char *) log);
if (tst != 0) {
goto fail_bos_LogGet;
goto fail_bos_CommandExecute;
}
- tst = BOZO_Exec(b_handle->server, command);
+ tst = BOZO_Exec(b_handle->server, (char *) command);
if (tst == 0) {
rc = 1;
extern int ADMINAPI bos_ExecutableTimestampGet(const void *serverHandle,
const char *execFile,
- unsigned long *newTime,
- unsigned long *oldTime,
- unsigned long *bakTime,
+ afs_int32 *newTime,
+ afs_int32 *oldTime,
+ afs_int32 *bakTime,
afs_status_p st);
extern int ADMINAPI bos_ExecutablePrune(const void *serverHandle,
afs_status_t st = 0;
void *bos_server = NULL;
const char *executable = NULL;
- unsigned long new_time = 0;
- unsigned long old_time = 0;
- unsigned long bak_time = 0;
+ afs_int32 new_time = 0;
+ afs_int32 old_time = 0;
+ afs_int32 bak_time = 0;
if (as->parms[SERVER].items) {
if (!bos_ServerOpen