diff options
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index cb267f44f0b..db893c546d6 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,16 +1,16 @@ -/* $OpenBSD: getlog.c,v 1.9 2004/12/06 21:03:12 deraadt Exp $ */ +/* $OpenBSD: getlog.c,v 1.10 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> - * All rights reserved. + * All rights reserved. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY @@ -21,7 +21,7 @@ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/param.h> @@ -48,7 +48,7 @@ #define CVS_GETLOG_REVEND \ "=============================================================================" -#ifdef notyet +#ifdef notyet static void cvs_getlog_print (const char *, RCSFILE *, u_int); #endif static int cvs_getlog_file (CVSFILE *, void *); @@ -60,7 +60,6 @@ static int cvs_getlog_file (CVSFILE *, void *); * * Implement the `cvs log' command. */ - int cvs_getlog(int argc, char **argv) { @@ -123,7 +122,6 @@ cvs_getlog(int argc, char **argv) * * Diff a single file. */ - static int cvs_getlog_file(CVSFILE *cf, void *arg) { |