summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2007-02-09 03:49:15 +0000
committerjoris <joris@openbsd.org>2007-02-09 03:49:15 +0000
commit34911d69726ea14efa5ce4b8da548261e59ce801 (patch)
treeea2790e5519d291883db64c068fe15c123530079 /usr.bin/cvs/diff.c
parentstrtol(3) -> strtonum(3) (diff)
downloadwireguard-openbsd-34911d69726ea14efa5ce4b8da548261e59ce801.tar.xz
wireguard-openbsd-34911d69726ea14efa5ce4b8da548261e59ce801.zip
remove the cvs_file_classify() `loud' argument, it was used
in the old school days and serves no purpose what so ever now. otto@ mentioned this to me a while ago
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 3b09f599cf6..0965e0f86c9 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.116 2007/01/26 11:19:44 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.117 2007/02/09 03:49:15 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -170,7 +170,7 @@ cvs_diff_local(struct cvs_file *cf)
return;
}
- cvs_file_classify(cf, NULL, 0);
+ cvs_file_classify(cf, NULL);
if (cf->file_status == FILE_LOST) {
cvs_log(LP_ERR, "cannot find file %s", cf->file_path);