summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2006-04-14 22:33:16 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2006-04-14 22:33:16 +0000
commit2ef14b987111198bdbff225245defe33b8d0b5d9 (patch)
tree5b169416f57f91bf0d989a86f70847a003915610 /usr.bin/cvs/getlog.c
parente3c7a96d9809317e267ede94758252b4e0f1dd08 (diff)
- swap a hack for a slightly nicer hack using a global variable. this avoids
adding a really nasty hack to make some upcoming rlog fixes from joris work. ok joris@
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r--usr.bin/cvs/getlog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index 71262f5ea55..8f81cd29338 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.55 2006/02/06 16:21:43 xsa Exp $ */
+/* $OpenBSD: getlog.c,v 1.56 2006/04/14 22:33:15 niallo Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org>
@@ -123,6 +123,7 @@ cvs_getlog_init(struct cvs_cmd *cmd, int argc, char **argv, int *arg)
}
*arg = optind;
+ rcsnum_flags |= RCSNUM_NO_MAGIC;
return (0);
}