From fb2c4f64724f887d5e15d5932addc7c8d1ac7841 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Mon, 6 Dec 2004 03:13:53 +0000 Subject: Get rid of a gcc warning --- usr.bin/cvs/getlog.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 662755e5472..02f3261ef94 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.7 2004/11/26 16:23:50 jfb Exp $ */ +/* $OpenBSD: getlog.c,v 1.8 2004/12/06 03:13:52 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -48,7 +48,9 @@ #define CVS_GETLOG_REVEND \ "=============================================================================" +#ifdef notyet static void cvs_getlog_print (const char *, RCSFILE *, u_int); +#endif static int cvs_getlog_file (CVSFILE *, void *); -- cgit v1.2.3