=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/rcs/ci.c 2005/10/16 23:30:45 1.40 --- src/usr.bin/rcs/ci.c 2005/10/17 15:33:12 1.41 *************** *** 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. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.41 2005/10/17 15:33:12 joris Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. *************** *** 242,248 **** (void)unlink(argv[i]); if (lkmode != 0) checkout_rev(file, frev, argv[i], lkmode, ! username); rcs_lock_remove(file, frev); rcs_close(file); cvs_printf("done\n"); --- 242,248 ---- (void)unlink(argv[i]); if (lkmode != 0) checkout_rev(file, frev, argv[i], lkmode, ! username, 0); rcs_lock_remove(file, frev); rcs_close(file); cvs_printf("done\n"); *************** *** 368,374 **** * Do checkout if -u or -l are specified. */ if (lkmode != 0 && !rflag) ! checkout_rev(file, newrev, argv[i], lkmode, username); /* File will NOW be synced */ rcs_close(file); --- 368,374 ---- * Do checkout if -u or -l are specified. */ if (lkmode != 0 && !rflag) ! checkout_rev(file, newrev, argv[i], lkmode, username, 0); /* File will NOW be synced */ rcs_close(file);