[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.117 and 1.118

version 1.117, 2007/02/09 03:49:15 version 1.118, 2007/02/22 06:42:09
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
   #include <errno.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  
 #include "remote.h"  #include "remote.h"
   
 void    cvs_diff_local(struct cvs_file *);  void    cvs_diff_local(struct cvs_file *);

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118