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

Diff for /src/usr.bin/finger/util.c between version 1.14 and 1.15

version 1.14, 2001/01/15 16:48:07 version 1.15, 2001/01/15 18:16:06
Line 87 
Line 87 
 {  {
         char *p = strdup(s);          char *p = strdup(s);
         if (!p)          if (!p)
                 err(1, "stdup");                  err(1, "strdup");
         return (p);          return (p);
 }  }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15