+2000-03-14 Ken Raeburn <raeburn@mit.edu>
+
+ * read_passwd.c (des_read_pw_string): Make ointrfunc volatile.
+ Fix volatile decl for readin_string.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
char *prompt;
char *prompt2;
{
- volatile char *readin_string = 0;
+ char *volatile readin_string = 0;
register char *ptr;
int scratchchar;
- krb5_sigtype (*ointrfunc)();
+ krb5_sigtype (*volatile ointrfunc)();
krb5_error_code errcode;
#ifndef ECHO_PASSWORD
struct termios echo_control, save_control;