=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.160 retrieving revision 1.161 diff -c -r1.160 -r1.161 *** src/usr.bin/rcs/ci.c 2006/04/25 13:36:35 1.160 --- src/usr.bin/rcs/ci.c 2006/04/25 13:55:49 1.161 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.160 2006/04/25 13:36:35 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.161 2006/04/25 13:55:49 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. *************** *** 277,283 **** pb.file = rcs_open(pb.fpath, pb.openflags, pb.fmode); if (pb.file == NULL) ! errx(1, "failed to open rcsfile '%s'", pb.fpath); if (pb.flags & DESCRIPTION) rcs_set_description(pb.file, pb.description); --- 277,283 ---- pb.file = rcs_open(pb.fpath, pb.openflags, pb.fmode); if (pb.file == NULL) ! errx(1, "failed to open rcsfile `%s'", pb.fpath); if (pb.flags & DESCRIPTION) rcs_set_description(pb.file, pb.description);