[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.149 and 1.150

version 1.149, 2009/02/23 21:32:08 version 1.150, 2009/02/23 21:33:12
Line 589 
Line 589 
         FILE *fp;          FILE *fp;
         size_t len;          size_t len;
         struct hash_data *hdata, hd;          struct hash_data *hdata, hd;
         char *entry, sticky[CVS_REV_BUFSZ];          char *entry, *sp, *dp, *dir, *p, rpath[MAXPATHLEN], repo[MAXPATHLEN];
         char *sp, *dp, *dir, *p, rpath[MAXPATHLEN], repo[MAXPATHLEN];  
   
         hdata = hash_table_find(&created_directories, path, strlen(path));          hdata = hash_table_find(&created_directories, path, strlen(path));
         if (hdata != NULL)          if (hdata != NULL)

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150