Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/tpctl Mark usage as dead.



details:   https://anonhg.NetBSD.org/src/rev/1afae3041409
branches:  trunk
changeset: 791744:1afae3041409
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Nov 29 23:01:05 2013 +0000

description:
Mark usage as dead.

diffstat:

 usr.sbin/tpctl/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6fb0461ed673 -r 1afae3041409 usr.sbin/tpctl/main.c
--- a/usr.sbin/tpctl/main.c     Fri Nov 29 23:00:48 2013 +0000
+++ b/usr.sbin/tpctl/main.c     Fri Nov 29 23:01:05 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.5 2009/04/28 10:57:24 nonaka Exp $  */
+/*     $NetBSD: main.c,v 1.6 2013/11/29 23:01:05 joerg Exp $   */
 
 /*-
  * Copyright (c) 2002 TAKEMRUA Shin
@@ -49,7 +49,7 @@
 
 #ifndef lint
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.5 2009/04/28 10:57:24 nonaka Exp $");
+__RCSID("$NetBSD: main.c,v 1.6 2013/11/29 23:01:05 joerg Exp $");
 #endif /* not lint */
 
 void load_data(const char *, struct tpctl_data *);
@@ -62,7 +62,7 @@
 int opt_noupdate;
 int opt_forceupdate;
 
-static void
+static __dead void
 usage(void)
 {
 



Home | Main Index | Thread Index | Old Index