=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/rcs/ci.c 2005/10/16 22:56:22 1.39 --- src/usr.bin/rcs/ci.c 2005/10/16 23:30:45 1.40 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.39 2005/10/16 22:56:22 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.40 2005/10/16 23:30:45 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. *************** *** 243,248 **** --- 243,249 ---- if (lkmode != 0) checkout_rev(file, frev, argv[i], lkmode, username); + rcs_lock_remove(file, frev); rcs_close(file); cvs_printf("done\n"); continue;