Module Name:    src
Committed By:   pooka
Date:           Mon Aug  9 15:39:41 UTC 2010

Modified Files:
        src/tests/net/config: netconfig.c

Log Message:
may be __unused


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/config/netconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/config/netconfig.c
diff -u src/tests/net/config/netconfig.c:1.4 src/tests/net/config/netconfig.c:1.5
--- src/tests/net/config/netconfig.c:1.4	Mon Aug  9 15:07:51 2010
+++ src/tests/net/config/netconfig.c	Mon Aug  9 15:39:41 2010
@@ -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;

Reply via email to