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

Diff for /src/usr.bin/rdist/defs.h between version 1.9 and 1.10

version 1.9, 1998/07/16 20:40:23 version 1.10, 1999/02/04 23:18:57
Line 298 
Line 298 
         ino_t   inum;          ino_t   inum;
         dev_t   devnum;          dev_t   devnum;
         int     count;          int     count;
         char    pathname[BUFSIZ];          char    *pathname;
         char    src[BUFSIZ];          char    *src;
         char    target[BUFSIZ];          char    *target;
         struct  linkbuf *nextp;          struct  linkbuf *nextp;
 };  };
   
Line 354 
Line 354 
 char                           *xcalloc();  char                           *xcalloc();
 char                           *xmalloc();  char                           *xmalloc();
 char                           *xrealloc();  char                           *xrealloc();
   char                           *xstrdup();
 extern char                    *xbasename();  extern char                    *xbasename();
 extern char                    *getdistoptlist();  extern char                    *getdistoptlist();
 extern char                    *getgroupname();  extern char                    *getgroupname();

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10