summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-09-30 16:49:38 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-09-30 16:49:38 +0000
commitf90eba61558219c16a257f4788d9167eb3fbd7d6 (patch)
treeff5d40d8527144cff29bee3103fb859852bc88df /usr.bin
parentbba1751f1fdd8f83f2d404628210a3fcc251c733 (diff)
no need for cvs_log_init() here;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 0b60360df8a..80a253e0822 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.1 2005/09/30 16:37:27 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.2 2005/09/30 16:49:37 joris Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -90,8 +90,6 @@ checkin_main(int argc, char **argv)
rev = rcs_msg = NULL;
fmode = dflag = 0;
- cvs_log_init(LD_STD, 0);
-
while ((ch = getopt(argc, argv, "j:l:M:N:qu:d:r::m:k:")) != -1) {
switch (ch) {
case 'h':