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

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.6 and 1.7

version 1.6, 2004/08/13 13:27:52 version 1.7, 2004/09/23 15:35:10
Line 308 
Line 308 
 static int  static int
 cvs_resp_error(struct cvsroot *root, int type, char *line)  cvs_resp_error(struct cvsroot *root, int type, char *line)
 {  {
           fprintf(stderr, "%s\n", line);
         return (1);          return (1);
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7