+2001-06-08 Ezra Peisach <epeisach@mit.edu>
+
+ * ovsec_kadmd.c (main): Make format string to sprintf specify that
+ long arguments are present.
+
+ * kadm_rpc_svc.c: Include arpa/inet.h (if present) for inet_ntoa
+ prototype. Include adm_proto.h for krb5_klog_syslog() prototype.
+
2001-06-04 Ezra Peisach <epeisach@mit.edu>
* misc.c, schpw.c: Cleanup assignments in conditionals.
"while initializing, aborting", whoami,
(params.mask & REQUIRED_PARAMS) ^ REQUIRED_PARAMS);
fprintf(stderr, "%s: Missing required configuration values "
- "(%x) while initializing, aborting\n", whoami,
+ "(%lx) while initializing, aborting\n", whoami,
(params.mask & REQUIRED_PARAMS) ^ REQUIRED_PARAMS);
krb5_klog_close(context);
kadm5_destroy(global_server_handle);