summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-16 11:40:57 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-16 11:40:57 +0000
commit06cc22beeee7d708611be20b1c5f69a57cf4fa07 (patch)
tree102f725f56127d5731123210b8e4aa0bf746fbb0
parent8e683075ec8157eea0232e0c0f630a88b5615378 (diff)
- zap an incorrect comment.
-rw-r--r--usr.bin/rcs/ci.c7
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]);
/*