summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2006-03-15 20:57:14 +0000
committerjoris <joris@openbsd.org>2006-03-15 20:57:14 +0000
commitc4c0723cb55432cfff6b63c712d2f2964671c5f9 (patch)
tree7a0f6dad9e80c1b97768f1973dbc34a026f8d6b6
parentRemove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT) (diff)
downloadwireguard-openbsd-c4c0723cb55432cfff6b63c712d2f2964671c5f9.tar.xz
wireguard-openbsd-c4c0723cb55432cfff6b63c712d2f2964671c5f9.zip
ask for log message when it's not specified, got broken in xsa's previous
commit. ok niallo@
-rw-r--r--usr.bin/rcs/ci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 33591de5c3b..c5939a003e5 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.119 2006/03/15 16:04:08 xsa Exp $ */
+/* $OpenBSD: ci.c,v 1.120 2006/03/15 20:57:14 joris Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -113,6 +113,7 @@ checkin_main(int argc, char **argv)
pb.newrev = NULL;
pb.fmode = pb.flags = status = 0;
+ pb.flags = INTERACTIVE;
pb.openflags = RCS_RDWR|RCS_CREATE|RCS_PARSE_FULLY;
while ((ch = rcs_getopt(argc, argv, CI_OPTSTRING)) != -1) {