2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
16 #include <afs/afsutil.h>
17 #include <afs/com_err.h>
19 #ifndef AFS_PTHREAD_ENV
20 #include <afs/kautils.h>
23 #include <afs/cellconfig.h>
25 #include <afs/vlserver.h>
29 #ifndef AFS_PTHREAD_ENV
31 Log(const char *format
, ...)
35 va_start(args
, format
);
36 vViceLog(0, (format
, args
));
42 LogError(afs_int32 errcode
)
45 ("%s: %s\n", afs_error_table_name(errcode
), afs_error_message(errcode
)));
48 #ifndef AFS_PTHREAD_ENV
50 Abort(const char *format
, ...)
54 ViceLog(0, ("Program aborted: "));
55 va_start(args
, format
);
56 vViceLog(0, (format
, args
));
65 #ifndef AFS_PTHREAD_ENV
66 initialize_KA_error_table();
67 initialize_RXK_error_table();
68 initialize_KTC_error_table();
69 initialize_ACFG_error_table();
70 initialize_CMD_error_table();
71 initialize_VL_error_table();
72 initialize_VOLS_error_table();