* lock_file.c (krb5_lock_file) [POSIX_FILE_LOCKS]: Make static
"zero" variable const.
+ * prompter.c (krb5_prompter_posix): Initialize 'i' and make it
+ volatile.
+
* locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket
type before returning.
(add_host_to_list): Don't need to initialize err. Supply
int scratchchar;
krb5_sigtype (*volatile ointrfunc)();
volatile krb5_error_code errcode;
- int i;
+ volatile int i = 0;
#ifndef ECHO_PASSWORD
struct termios echo_control, save_control;
volatile int fd;