Module Name: src
Committed By: christos
Date: Sun Sep 4 13:25:22 UTC 2011
Modified Files:
src/lib/libc/time: zdump.c
Log Message:
forgot to change one usage call.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/time/zdump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/zdump.c
diff -u src/lib/libc/time/zdump.c:1.22 src/lib/libc/time/zdump.c:1.23
--- src/lib/libc/time/zdump.c:1.22 Sun Sep 4 06:10:26 2011
+++ src/lib/libc/time/zdump.c Sun Sep 4 09:25:22 2011
@@ -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) {