[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.106 and 1.107

version 1.106, 2007/02/19 11:40:00 version 1.107, 2007/02/22 06:42:09
Line 26 
Line 26 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   #include <sys/wait.h>
   
   #include <errno.h>
   #include <md5.h>
   #include <stdlib.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  
 #include "util.h"  
   
 /* letter -> mode type map */  /* letter -> mode type map */
 static const int cvs_modetypes[26] = {  static const int cvs_modetypes[26] = {

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107