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

Diff for /src/usr.bin/rdist/docmd.c between version 1.22 and 1.23

version 1.22, 2011/04/10 15:47:28 version 1.23, 2011/04/18 22:18:30
Line 94 
Line 94 
 notify(char *rhost, struct namelist *to, time_t lmod)  notify(char *rhost, struct namelist *to, time_t lmod)
 {  {
         int fd;          int fd;
         size_t len;          ssize_t len;
         FILE *pf;          FILE *pf;
         struct stat stb;          struct stat stb;
         static char buf[BUFSIZ];          static char buf[BUFSIZ];

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23