=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.50 retrieving revision 1.51 diff -c -r1.50 -r1.51 *** src/usr.bin/cvs/Attic/resp.c 2005/07/25 12:05:43 1.50 --- src/usr.bin/cvs/Attic/resp.c 2005/07/26 14:58:58 1.51 *************** *** 1,4 **** ! /* $OpenBSD: resp.c,v 1.50 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: resp.c,v 1.51 2005/07/26 14:58:58 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 368,374 **** if (cvs_noexec == 0) { if ((type == CVS_RESP_CLRSTATDIR) && ! (cvs_unlink(statpath) == -1) && (errno != ENOENT)) { return (-1); } else if (type == CVS_RESP_SETSTATDIR) { fd = open(statpath, O_CREAT|O_TRUNC|O_WRONLY, 0644); --- 368,374 ---- if (cvs_noexec == 0) { if ((type == CVS_RESP_CLRSTATDIR) && ! (cvs_unlink(statpath) == -1)) { return (-1); } else if (type == CVS_RESP_SETSTATDIR) { fd = open(statpath, O_CREAT|O_TRUNC|O_WRONLY, 0644);