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

Diff for /src/usr.bin/oldrdist/Attic/main.c between version 1.21 and 1.22

version 1.21, 2009/10/27 23:59:41 version 1.22, 2012/02/24 06:19:00
Line 48 
Line 48 
 int     nflag;          /* NOP flag, just print commands without executing */  int     nflag;          /* NOP flag, just print commands without executing */
 int     qflag;          /* Quiet. Don't print messages */  int     qflag;          /* Quiet. Don't print messages */
 int     options;        /* global options */  int     options;        /* global options */
 int     iamremote;      /* act as remote server for transfering files */  int     iamremote;      /* act as remote server for transferring files */
   
 FILE    *fin = NULL;    /* input file pointer */  FILE    *fin = NULL;    /* input file pointer */
 int     rem = -1;       /* file descriptor to remote source/sink process */  int     rem = -1;       /* file descriptor to remote source/sink process */

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