Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ip6addrctl usage is dead



details:   https://anonhg.NetBSD.org/src/rev/9c2749f4b963
branches:  trunk
changeset: 342550:9c2749f4b963
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Dec 27 12:42:52 2015 +0000

description:
usage is dead

diffstat:

 usr.sbin/ip6addrctl/ip6addrctl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 53d3e5eeb775 -r 9c2749f4b963 usr.sbin/ip6addrctl/ip6addrctl.c
--- a/usr.sbin/ip6addrctl/ip6addrctl.c  Sun Dec 27 12:42:17 2015 +0000
+++ b/usr.sbin/ip6addrctl/ip6addrctl.c  Sun Dec 27 12:42:52 2015 +0000
@@ -31,7 +31,7 @@
  * $FreeBSD: head/usr.sbin/ip6addrctl/ip6addrctl.c 281143 2015-04-06 09:42:23Z glebius $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: ip6addrctl.c,v 1.1 2015/12/12 23:35:56 christos Exp $");
+__RCSID("$NetBSD: ip6addrctl.c,v 1.2 2015/12/27 12:42:52 joerg Exp $");
 
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -62,7 +62,7 @@
 TAILQ_HEAD(policyhead, policyqueue);
 static struct policyhead policyhead;
 
-static void usage(void);
+static void usage(void) __dead;
 static void get_policy(void);
 static void dump_policy(void);
 static int mask2plen(struct sockaddr_in6 *);



Home | Main Index | Thread Index | Old Index