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

Diff for /src/usr.bin/cvs/repository.c between version 1.11 and 1.12

version 1.11, 2007/02/17 18:23:43 version 1.12, 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 <fcntl.h>
   #include <pwd.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "file.h"  
 #include "log.h"  
 #include "repository.h"  
 #include "worklist.h"  
   
 struct cvs_wklhead repo_locks;  struct cvs_wklhead repo_locks;
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12