summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2006-05-30 21:34:03 +0000
committerjoris <joris@openbsd.org>2006-05-30 21:34:03 +0000
commit6f54587941493a27c2423c58f917aa8c618d63e6 (patch)
treefc80e402193f3453e4f4b869c1284ae6981e47e5
parentremoves the isavar.h include and the ifdef bsdi cruft (diff)
downloadwireguard-openbsd-6f54587941493a27c2423c58f917aa8c618d63e6.tar.xz
wireguard-openbsd-6f54587941493a27c2423c58f917aa8c618d63e6.zip
change cvs_file_classify here to, forgot to commit this
when i changed its arguments in the last commit.
-rw-r--r--usr.bin/cvs/getlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index c4c9c8afad9..e99586a61c9 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.60 2006/05/29 18:00:02 joris Exp $ */
+/* $OpenBSD: getlog.c,v 1.61 2006/05/30 21:34:03 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -96,7 +96,7 @@ cvs_log_local(struct cvs_file *cf)
cvs_log(LP_TRACE, "cvs_log_local(%s)", cf->file_path);
- cvs_file_classify(cf, 0);
+ cvs_file_classify(cf, NULL, 0);
if (cf->file_status == FILE_UNKNOWN) {
if (verbosity > 0)