diff options
author | 2005-10-16 11:40:56 +0000 | |
---|---|---|
committer | 2005-10-16 11:40:56 +0000 | |
commit | c9cd223574cb2ee71c612bb192d69cee1360af12 (patch) | |
tree | 52382cb418087c43e1459fd7515e0b5bfbc4f354 | |
parent | - remove unused `flags' variable. (diff) | |
download | wireguard-openbsd-c9cd223574cb2ee71c612bb192d69cee1360af12.tar.xz wireguard-openbsd-c9cd223574cb2ee71c612bb192d69cee1360af12.zip |
- zap an incorrect comment.
-rw-r--r-- | usr.bin/rcs/ci.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 98d6aa36735..ae490805e2f 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.35 2005/10/16 11:36:56 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.36 2005/10/16 11:40:56 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -182,11 +182,8 @@ checkin_main(int argc, char **argv) exit(1); } - /* - * If rev is not specified on the command line, - * assume HEAD. - */ frev = file->rf_head; + cvs_printf("%s <-- %s\n", fpath, argv[i]); /* |