[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.33 and 1.34

version 1.33, 2018/06/17 14:58:27 version 1.34, 2018/06/17 15:00:29
Line 153 
Line 153 
   
 /* inspired by usr.sbin/sendmail/util.c::buildfname */  /* inspired by usr.sbin/sendmail/util.c::buildfname */
 void  void
 expandusername(char *gecos, char *login, char *buf, int buflen)  expandusername(char *gecos, char *login, char *buf, size_t buflen)
 {  {
         char *p, *bp;          char *p, *bp;
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34