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

Diff for /src/usr.bin/cvs/remove.c between version 1.82 and 1.83

version 1.82, 2015/01/16 06:40:07 version 1.83, 2015/11/05 09:48:21
Line 16 
Line 16 
  */   */
   
 #include <errno.h>  #include <errno.h>
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
Line 212 
Line 213 
                                 cvs_ent_add(entlist, entry);                                  cvs_ent_add(entlist, entry);
                         }                          }
   
                         xfree(entry);                          free(entry);
   
                         if (verbosity > 0) {                          if (verbosity > 0) {
                                 cvs_log(LP_NOTICE,                                  cvs_log(LP_NOTICE,

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83