Source-Changes-HG archive

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

[src/trunk]: src/tests/net/icmp fix routine name in error message



details:   https://anonhg.NetBSD.org/src/rev/4e516ce79447
branches:  trunk
changeset: 756460:4e516ce79447
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Jul 18 12:43:22 2010 +0000

description:
fix routine name in error message

diffstat:

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

diffs (27 lines):

diff -r da36fb0fdc39 -r 4e516ce79447 tests/net/icmp/t_forward.c
--- a/tests/net/icmp/t_forward.c        Sun Jul 18 12:43:17 2010 +0000
+++ b/tests/net/icmp/t_forward.c        Sun Jul 18 12:43:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_forward.c,v 1.1 2010/07/04 19:30:59 pooka Exp $      */
+/*     $NetBSD: t_forward.c,v 1.2 2010/07/18 12:43:22 pooka Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: t_forward.c,v 1.1 2010/07/04 19:30:59 pooka Exp $");
+__RCSID("$NetBSD: t_forward.c,v 1.2 2010/07/18 12:43:22 pooka Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -69,7 +69,7 @@
        int s, rv, ifnum;
 
        if ((s = rump_pub_shmif_create(busname, &ifnum)) != 0) {
-               atf_tc_fail("rump_pub_virtif_create(%d)", s);
+               atf_tc_fail("rump_pub_shmif_create(%d)", s);
        }
 
        if ((s = rump_sys_socket(PF_INET, SOCK_DGRAM, 0)) < 0) {



Home | Main Index | Thread Index | Old Index