[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.42 and 1.43

version 1.42, 2000/12/09 14:06:54 version 1.43, 2000/12/13 23:25:44
Line 238 
Line 238 
         int ok = -1;          int ok = -1;
   
         datafellows = 0;          datafellows = 0;
   
         blob = buffer_get_string(&e->input, &blen);          blob = buffer_get_string(&e->input, &blen);
         data = buffer_get_string(&e->input, &dlen);          data = buffer_get_string(&e->input, &dlen);
   
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;          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.42  
changed lines
  Added in v.1.43