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

Diff for /src/usr.bin/w/w.c between version 1.62 and 1.63

version 1.62, 2017/05/30 15:10:48 version 1.63, 2017/07/27 14:17:34
Line 384 
Line 384 
         int left;          int left;
   
         if (kp == NULL)          if (kp == NULL)
                 goto nothing;           /* XXX - can this happen? */                  goto nothing;           /* no matching process found */
         left = argwidth;          left = argwidth;
         argv = kvm_getargv(kd, kp, argwidth+60);  /* +60 for ftpd snip */          argv = kvm_getargv(kd, kp, argwidth+60);  /* +60 for ftpd snip */
         if (argv == NULL)          if (argv == NULL)

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63