+2000-12-06 Ken Raeburn <raeburn@mit.edu>
+
+ * commands.c (tn): Local var "user" should be volatile.
+ * main.c (main): Local var "argp" should be volatile.
+
2000-11-01 Ezra Peisach <epeisach@mit.edu>
* configure.in: Use AC_CHECK_HEADER and AC_FUNC_VFORK instead of
char *srp = 0;
unsigned long sourceroute(), srlen;
#endif
- char *cmd, *hostp = 0, *portp = 0, *user = 0;
+ char *cmd, *hostp = 0, *portp = 0, *volatile user = 0;
/* clear the socket address prior to use */
memset((char *)&sin, 0, sizeof(sin));
argv += optind;
if (argc) {
- char *args[7], **argp = args;
+ char *args[7], **volatile argp = args;
if (argc > 2)
usage();