Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/net fix copyright botch and add library for n...



details:   https://anonhg.NetBSD.org/src/rev/6348dac45fc8
branches:  trunk
changeset: 325852:6348dac45fc8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 09 14:07:31 2014 +0000

description:
fix copyright botch and add library for netinet6; still does not fix the
problem.

diffstat:

 tests/lib/libc/net/t_hostent.sh |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 61704afa6677 -r 6348dac45fc8 tests/lib/libc/net/t_hostent.sh
--- a/tests/lib/libc/net/t_hostent.sh   Thu Jan 09 13:23:57 2014 +0000
+++ b/tests/lib/libc/net/t_hostent.sh   Thu Jan 09 14:07:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_hostent.sh,v 1.5 2014/01/09 02:18:10 christos Exp $
+# $NetBSD: t_hostent.sh,v 1.6 2014/01/09 14:07:31 christos Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -13,7 +13,7 @@
 #    documentation and/or other materials provided with the distribution.
 #
 # THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-# ``AS IS'' AND ANY EXP{res}S OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 # PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
@@ -51,9 +51,8 @@
 
 start_dns_server() {
        export RUMP_SERVER=unix:///tmp/rumpserver
-       rump_server -lrumpdev -lrumpnet \
-            -lrumpnet_net -lrumpnet_netinet -lrumpnet_local \
-            $RUMP_SERVER
+       rump_server -lrumpdev -lrumpnet -lrumpnet_net -lrumpnet_netinet \
+           -lrumpnet_netinet6 -lrumpnet_local $RUMP_SERVER
        HIJACK_DNS="LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK='socket=inet:inet6'"
        eval $HIJACK_DNS ${dir}/h_dns_server $1
 }



Home | Main Index | Thread Index | Old Index