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

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

version 1.11, 2004/11/09 21:08:05 version 1.12, 2004/11/10 22:27:31
Line 26 
Line 26 
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   #include <sys/wait.h>
   
 #include <md5.h>  #include <md5.h>
   #include <err.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <stdio.h>  #include <stdio.h>

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