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

Diff for /src/usr.bin/rdist/rdist.c between version 1.26 and 1.27

version 1.26, 2014/07/12 02:58:18 version 1.27, 2014/07/12 03:07:22
Line 39 
Line 39 
  * Remote distribution program.   * Remote distribution program.
  */   */
   
 char           *distfile = NULL;                /* Name of distfile to use */  
 int             maxchildren = MAXCHILDREN;      /* Max no of concurrent PIDs */  int             maxchildren = MAXCHILDREN;      /* Max no of concurrent PIDs */
 int             nflag = 0;                      /* Say without doing */  int             nflag = 0;                      /* Say without doing */
 int64_t         min_freespace = 0;              /* Min filesys free space */  int64_t         min_freespace = 0;              /* Min filesys free space */
Line 84 
Line 83 
 {  {
         extern char *__progname;          extern char *__progname;
         struct namelist *hostlist = NULL;          struct namelist *hostlist = NULL;
           char *distfile = NULL;
         char *cp;          char *cp;
         int cmdargs = 0;          int cmdargs = 0;
         int c;          int c;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27