Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time forgot to change one usage call.



details:   https://anonhg.NetBSD.org/src/rev/b61968a4c318
branches:  trunk
changeset: 769235:b61968a4c318
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 04 13:25:22 2011 +0000

description:
forgot to change one usage call.

diffstat:

 lib/libc/time/zdump.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f189e36d785e -r b61968a4c318 lib/libc/time/zdump.c
--- a/lib/libc/time/zdump.c     Sun Sep 04 13:09:12 2011 +0000
+++ b/lib/libc/time/zdump.c     Sun Sep 04 13:25:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zdump.c,v 1.22 2011/09/04 10:10:26 christos Exp $      */
+/*     $NetBSD: zdump.c,v 1.23 2011/09/04 13:25:22 christos Exp $      */
 /*
 ** This file is in the public domain, so clarified as of
 ** 2009-05-17 by Arthur David Olson.
@@ -7,7 +7,7 @@
 #include <sys/cdefs.h>
 #ifndef lint
 #ifndef NOID
-__RCSID("$NetBSD: zdump.c,v 1.22 2011/09/04 10:10:26 christos Exp $");
+__RCSID("$NetBSD: zdump.c,v 1.23 2011/09/04 13:25:22 christos Exp $");
 #endif /* !defined NOID */
 #endif /* !defined lint */
 
@@ -302,7 +302,7 @@
                else    cutarg = optarg;
        if ((c != EOF && c != -1) ||
                (optind == argc - 1 && strcmp(argv[optind], "=") == 0)) {
-                       usage(progname, stderr, EXIT_FAILURE);
+                       usage(stderr, EXIT_FAILURE);
        }
        if (vflag) {
                if (cutarg != NULL) {



Home | Main Index | Thread Index | Old Index