Module Name:    src
Committed By:   joerg
Date:           Mon Mar  4 21:18:51 UTC 2013

Modified Files:
        src/lib/libc/time: zic.c

Log Message:
usage is dead.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/zic.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/zic.c
diff -u src/lib/libc/time/zic.c:1.36 src/lib/libc/time/zic.c:1.37
--- src/lib/libc/time/zic.c:1.36	Sat Mar  2 21:39:48 2013
+++ src/lib/libc/time/zic.c	Mon Mar  4 21:18:51 2013
@@ -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 @@ warning(const char *const string)
 	--errors;
 }
 
-static void
+__dead static void
 usage(FILE *stream, int status)
 {
 	(void) fprintf(stream, _("%s: usage is %s \

Reply via email to