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

Diff for /src/usr.bin/finger/finger.c between version 1.19 and 1.20

version 1.19, 2015/01/16 06:40:07 version 1.20, 2015/08/20 22:32:41
Line 194 
Line 194 
         struct passwd *pw;          struct passwd *pw;
         int dolocal, *used;          int dolocal, *used;
   
         if (!(used = (int *)calloc((u_int)argc, (u_int)sizeof(int))))          if (!(used = calloc((u_int)argc, (u_int)sizeof(int))))
                 err(2, "malloc");                  err(2, "malloc");
   
         /* pull out all network requests */          /* pull out all network requests */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20