=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- src/usr.bin/rcs/ci.c 2005/12/21 19:59:58 1.88 +++ src/usr.bin/rcs/ci.c 2005/12/23 00:59:55 1.89 @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.88 2005/12/21 19:59:58 alek Exp $ */ +/* $OpenBSD: ci.c,v 1.89 2005/12/23 00:59:55 joris Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. @@ -530,7 +530,7 @@ if (((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) && !(pb->flags & CI_DEFAULT)) checkout_rev(pb->file, pb->newrev, pb->filename, pb->flags, - pb->username, pb->author, NULL); + pb->username, pb->author, NULL, NULL); /* File will NOW be synced */ rcs_close(pb->file); @@ -626,7 +626,7 @@ if (((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) && !(pb->flags & CI_DEFAULT)) checkout_rev(pb->file, pb->newrev, pb->filename, pb->flags, - pb->username, pb->author, NULL); + pb->username, pb->author, NULL, NULL); /* File will NOW be synced */ rcs_close(pb->file); @@ -686,7 +686,7 @@ (void)unlink(pb->filename); if ((pb->flags & CO_LOCK) || (pb->flags & CO_UNLOCK)) checkout_rev(pb->file, pb->frev, pb->filename, - pb->flags, pb->username, pb->author, NULL); + pb->flags, pb->username, pb->author, NULL, NULL); rcs_lock_remove(pb->file, pb->username, pb->frev); rcs_close(pb->file); if (verbose == 1)