From owner-p4-projects@FreeBSD.ORG Sun Mar 23 20:18:30 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4F755106566C; Sun, 23 Mar 2008 20:18:30 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB591065674 for ; Sun, 23 Mar 2008 20:18:30 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECB7C8FC22 for ; Sun, 23 Mar 2008 20:18:29 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2NKITJ0093590 for ; Sun, 23 Mar 2008 20:18:29 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2NKITuT093588 for perforce@freebsd.org; Sun, 23 Mar 2008 20:18:29 GMT (envelope-from jb@freebsd.org) Date: Sun, 23 Mar 2008 20:18:29 GMT Message-Id: <200803232018.m2NKITuT093588@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 138379 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 20:18:30 -0000 http://perforce.freebsd.org/chv.cgi?CH=138379 Change 138379 by jb@jb_freebsd1 on 2008/03/23 20:17:39 Enable the in_addr and in6_addr tests. Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#28 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#28 (text+ko) ==== @@ -31,10 +31,6 @@ ${TESTSRCDIR}/tst/common/funcs/tst.copyin.d \ ${TESTSRCDIR}/tst/common/funcs/tst.copyinto.d \ ${TESTSRCDIR}/tst/common/funcs/tst.ddi_pathname.d \ - ${TESTSRCDIR}/tst/common/funcs/tst.hton.d \ - ${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa.d \ - ${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa6.d \ - ${TESTSRCDIR}/tst/common/funcs/tst.inet_ntop.d \ ${TESTSRCDIR}/tst/common/funcs/tst.mutex_owned.d \ ${TESTSRCDIR}/tst/common/funcs/tst.mutex_owner.d \ ${TESTSRCDIR}/tst/common/funcs/tst.mutex_type_adaptive.d \ @@ -51,8 +47,8 @@ ${TESTSRCDIR}/tst/common/misc/tst.schrock.ksh \ ${TESTSRCDIR}/tst/common/nfs/tst.call.c \ ${TESTSRCDIR}/tst/common/nfs/tst.call.d \ - ${TESTSRCDIR}/tst/common/nfs/tst.call3.c \ - ${TESTSRCDIR}/tst/common/nfs/tst.call3.d \ + ${TESTSRCDIR}/tst/common/nfs/tst.call3.c \ + ${TESTSRCDIR}/tst/common/nfs/tst.call3.d \ ${TESTSRCDIR}/tst/common/offsetof/err.D_OFFSETOF_BITFIELD.bitfield.d \ ${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.d \ ${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badproc1.d \