This commit was generated by cvs2svn to compensate for changes in r64583,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
kris 2000-08-13 04:46:54 +00:00
commit cab37673f6
2 changed files with 2 additions and 2 deletions

View File

@ -596,7 +596,7 @@ doit(struct sockaddr_in *fromp)
krb_afslog(0, 0); krb_afslog(0, 0);
} }
execle(pwd->pw_shell, cp, "-c", cmdbuf, 0, envinit); execle(pwd->pw_shell, cp, "-c", cmdbuf, 0, envinit);
err(1, pwd->pw_shell); err(1, "%s", pwd->pw_shell);
} }
/* /*

View File

@ -317,7 +317,7 @@ display_srvtab(char *file)
printf("%-15s %-15s %-15s %d\n",serv,inst,rlm,vno); printf("%-15s %-15s %-15s %d\n",serv,inst,rlm,vno);
} }
if (count < 0) if (count < 0)
warn(file); warn("%s", file);
close(stab); close(stab);
} }