=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.155 retrieving revision 1.156 diff -c -r1.155 -r1.156 *** src/usr.bin/rcs/ci.c 2006/04/21 14:18:26 1.155 --- src/usr.bin/rcs/ci.c 2006/04/21 17:17:29 1.156 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.155 2006/04/21 14:18:26 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.156 2006/04/21 17:17:29 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. *************** *** 234,240 **** * Test for existence of ,v file. If we are expected to * create one, set NEWFILE flag. */ ! if (rcs_statfile(pb.filename, pb.fpath, sizeof(pb.fpath)) < 0) { if (pb.openflags & RCS_CREATE) pb.flags |= NEWFILE; else { --- 234,241 ---- * Test for existence of ,v file. If we are expected to * create one, set NEWFILE flag. */ ! if (rcs_statfile(pb.filename, pb.fpath, ! sizeof(pb.fpath), pb.flags) < 0) { if (pb.openflags & RCS_CREATE) pb.flags |= NEWFILE; else {