Received: by mail.netbsd.org (Postfix, from userid 605) id A9C6414A170; Sat, 15 Oct 2011 06:50:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A619F14A16D for ; Sat, 15 Oct 2011 06:50:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0KSId0m7MK7c for ; Sat, 15 Oct 2011 06:50:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 37EEC14A167 for ; Sat, 15 Oct 2011 06:50:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 086BE175DD; Sat, 15 Oct 2011 06:50:53 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 15 Oct 2011 06:50:52 +0000 From: "Jukka Ruohonen" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20111015065053.086BE175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jukka Ruohonen" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jruoho Date: Sat Oct 15 06:50:52 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_write.c Removed Files: src/tests/kernel: t_writev.c Log Message: Move the writev(2) test to the right place. To generate a diff of this commit: cvs rdiff -u -r1.406 -r1.407 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.18 -r1.19 src/tests/kernel/Makefile cvs rdiff -u -r1.2 -r0 src/tests/kernel/t_writev.c cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/sys/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_write.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.