=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/req.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/cvs/Attic/req.c 2005/05/30 08:13:15 1.18 --- src/usr.bin/cvs/Attic/req.c 2005/05/31 08:26:40 1.19 *************** *** 1,4 **** ! /* $OpenBSD: req.c,v 1.18 2005/05/30 08:13:15 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: req.c,v 1.19 2005/05/31 08:26:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 278,284 **** cvs_req_currentdir = strdup(rdir); if (cvs_req_currentdir == NULL) { ! cvs_log(LP_ERROR, "failed to duplicate directory"); return (-1); } --- 278,284 ---- cvs_req_currentdir = strdup(rdir); if (cvs_req_currentdir == NULL) { ! cvs_log(LP_ERR, "failed to duplicate directory"); return (-1); } *************** *** 352,358 **** /* write the file */ if (cvs_buf_write(fdata, fpath, fmode) < 0) { ! cvs_log(LP_ERROR, "failed to create file %s", fpath); cvs_buf_free(fdata); return (-1); } --- 352,358 ---- /* write the file */ if (cvs_buf_write(fdata, fpath, fmode) < 0) { ! cvs_log(LP_ERR, "failed to create file %s", fpath); cvs_buf_free(fdata); return (-1); }