[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.28 and 1.29

version 1.28, 2005/04/12 14:58:40 version 1.29, 2005/04/14 16:49:09
Line 345 
Line 345 
         NULL,          NULL,
         CF_RECURSE | CF_IGNORE | CF_SORT | CF_KNOWN,          CF_RECURSE | CF_IGNORE | CF_SORT | CF_KNOWN,
         CVS_REQ_DIFF,          CVS_REQ_DIFF,
         CVS_CMD_SENDDIR          CVS_CMD_SENDARGS2 | CVS_CMD_ALLOWSPEC | CVS_CMD_SENDDIR
 };  };
   
 static struct diff_arg *dap = NULL;  static struct diff_arg *dap = NULL;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29