Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time usage is dead.



details:   https://anonhg.NetBSD.org/src/rev/8a0a35e8fe4e
branches:  trunk
changeset: 785222:8a0a35e8fe4e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 04 21:18:51 2013 +0000

description:
usage is dead.

diffstat:

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

diffs (27 lines):

diff -r 1a18711c42b4 -r 8a0a35e8fe4e lib/libc/time/zic.c
--- a/lib/libc/time/zic.c       Mon Mar 04 20:17:46 2013 +0000
+++ b/lib/libc/time/zic.c       Mon Mar 04 21:18:51 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zic.c,v 1.36 2013/03/02 21:39:48 christos Exp $        */
+/*     $NetBSD: zic.c,v 1.37 2013/03/04 21:18:51 joerg Exp $   */
 /*
 ** This file is in the public domain, so clarified as of
 ** 2006-07-17 by Arthur David Olson.
@@ -10,7 +10,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: zic.c,v 1.36 2013/03/02 21:39:48 christos Exp $");
+__RCSID("$NetBSD: zic.c,v 1.37 2013/03/04 21:18:51 joerg Exp $");
 #endif /* !defined lint */
 
 #include "version.h"
@@ -435,7 +435,7 @@
        --errors;
 }
 
-static void
+__dead static void
 usage(FILE *stream, int status)
 {
        (void) fprintf(stream, _("%s: usage is %s \



Home | Main Index | Thread Index | Old Index