Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/cap_mkdb usage() is not unused, it is dead



details:   https://anonhg.NetBSD.org/src/rev/3a84fa70af46
branches:  trunk
changeset: 768951:3a84fa70af46
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 29 13:56:17 2011 +0000

description:
usage() is not unused, it is dead

diffstat:

 usr.bin/cap_mkdb/cap_mkdb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6941810a4034 -r 3a84fa70af46 usr.bin/cap_mkdb/cap_mkdb.c
--- a/usr.bin/cap_mkdb/cap_mkdb.c       Mon Aug 29 13:55:22 2011 +0000
+++ b/usr.bin/cap_mkdb/cap_mkdb.c       Mon Aug 29 13:56:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cap_mkdb.c,v 1.26 2011/08/14 12:50:10 christos Exp $   */
+/*     $NetBSD: cap_mkdb.c,v 1.27 2011/08/29 13:56:17 joerg Exp $      */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)cap_mkdb.c 8.2 (Berkeley) 4/27/95";
 #endif
-__RCSID("$NetBSD: cap_mkdb.c,v 1.26 2011/08/14 12:50:10 christos Exp $");
+__RCSID("$NetBSD: cap_mkdb.c,v 1.27 2011/08/29 13:56:17 joerg Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -58,7 +58,7 @@
 
 static void    db_build(const char **);
 static void    dounlink(void);
-static void    usage(void) __unused;
+static void    usage(void) __dead;
 static int     count_records(char **);
 
 static DB *capdbp;



Home | Main Index | Thread Index | Old Index