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

Diff for /src/usr.bin/cvs/file.h between version 1.42 and 1.43

version 1.42, 2007/02/13 16:47:48 version 1.43, 2007/02/22 06:42:09
Line 28 
Line 28 
 #ifndef FILE_H  #ifndef FILE_H
 #define FILE_H  #define FILE_H
   
   #include <sys/queue.h>
   
   #include <dirent.h>
   #include <stdio.h>
   
 #include "rcs.h"  #include "rcs.h"
   
 struct cvs_file {  struct cvs_file {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43