diff options
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 14b916e13af..2dc516f7a6b 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.63 2006/06/16 14:07:42 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.64 2006/06/19 05:05:17 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -71,8 +71,7 @@ cvs_getlog(int argc, char **argv) cr.enterdir = NULL; cr.leavedir = NULL; - cr.remote = NULL; - cr.local = cvs_log_local; + cr.fileproc = cvs_log_local; cr.flags = flags; if (argc > 0) |