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

Diff for /src/usr.bin/cvs/Attic/req.c between version 1.9 and 1.10

version 1.9, 2004/12/28 20:46:13 version 1.10, 2005/01/13 05:39:07
Line 175 
Line 175 
         if (req == NULL)          if (req == NULL)
                 return (-1);                  return (-1);
         else if (cvs_req_swtab[req->req_id].hdlr == NULL) {          else if (cvs_req_swtab[req->req_id].hdlr == NULL) {
                 cvs_log(LP_ERRNO, "handler for `%s' not implemented", cmd);                  cvs_log(LP_ERR, "handler for `%s' not implemented", cmd);
                 return (-1);                  return (-1);
         }          }
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10