Source-Changes-HG archive

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

[src/trunk]: src/tests/net/config may be __unused



details:   https://anonhg.NetBSD.org/src/rev/f410c3f50939
branches:  trunk
changeset: 756986:f410c3f50939
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 09 15:39:41 2010 +0000

description:
may be __unused

diffstat:

 tests/net/config/netconfig.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 705ff5f1f9d5 -r f410c3f50939 tests/net/config/netconfig.c
--- a/tests/net/config/netconfig.c      Mon Aug 09 15:10:20 2010 +0000
+++ b/tests/net/config/netconfig.c      Mon Aug 09 15:39:41 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netconfig.c,v 1.4 2010/08/09 15:07:51 pooka Exp $      */
+/*     $NetBSD: netconfig.c,v 1.5 2010/08/09 15:39:41 pooka Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: netconfig.c,v 1.4 2010/08/09 15:07:51 pooka Exp $");
+__RCSID("$NetBSD: netconfig.c,v 1.5 2010/08/09 15:39:41 pooka Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -167,7 +167,7 @@
        rump_sys_close(s);
 }
 
-static bool
+static bool __unused
 netcfg_rump_pingtest(const char *dst, int ms_timo)
 {
        struct timeval tv;



Home | Main Index | Thread Index | Old Index