[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.41 and 1.42

version 1.41, 2000/11/30 18:33:05 version 1.42, 2000/12/09 14:06:54
Line 673 
Line 673 
         struct rlimit rlim;          struct rlimit rlim;
         pid_t pid;          pid_t pid;
         char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];          char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid];
           extern int optind;
   
         while ((ch = getopt(ac, av, "cks")) != -1) {          while ((ch = getopt(ac, av, "cks")) != -1) {
                 switch (ch) {                  switch (ch) {

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42