Module Name: src Committed By: pooka Date: Tue Feb 15 15:57:34 UTC 2011
Modified Files: src/tests/lib/librumpclient: h_exec.c Log Message: remove unnecessary debug printf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumpclient/h_exec.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/lib/librumpclient/h_exec.c diff -u src/tests/lib/librumpclient/h_exec.c:1.2 src/tests/lib/librumpclient/h_exec.c:1.3 --- src/tests/lib/librumpclient/h_exec.c:1.2 Tue Feb 15 15:54:56 2011 +++ src/tests/lib/librumpclient/h_exec.c Tue Feb 15 15:57:33 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: h_exec.c,v 1.2 2011/02/15 15:54:56 pooka Exp $ */ +/* $NetBSD: h_exec.c,v 1.3 2011/02/15 15:57:33 pooka Exp $ */ /* * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -97,7 +97,6 @@ if (argc == 3 && strcmp(argv[2], "cloexec1") == 0) { if (fcntl(s1, F_SETFD, FD_CLOEXEC) == -1) { - fprintf(stderr, "repomies jumalauta %d!\n", errno); err(1, "cloexec failed"); } }