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

Diff for /src/usr.bin/cvs/diff.c between version 1.67 and 1.68

version 1.67, 2005/11/24 11:23:13 version 1.68, 2005/12/01 20:36:30
Line 217 
Line 217 
 static int Nflag;  static int Nflag;
 #endif  #endif
 static int aflag, bflag, dflag, iflag, pflag, tflag, Tflag, wflag;  static int aflag, bflag, dflag, iflag, pflag, tflag, Tflag, wflag;
 static int context;  static int context = 3;
 int diff_format = D_NORMAL;  int diff_format = D_NORMAL;
 char *diff_file = NULL;  char *diff_file = NULL;
 char diffargs[128];  char diffargs[128];

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68