From owner-cvs-src-old@FreeBSD.ORG Mon Feb 8 15:51:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90F0110656C5 for ; Mon, 8 Feb 2010 15:51:07 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6770D8FC19 for ; Mon, 8 Feb 2010 15:51:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o18Fp7Rs034674 for ; Mon, 8 Feb 2010 15:51:07 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o18Fp7St034673 for cvs-src-old@freebsd.org; Mon, 8 Feb 2010 15:51:07 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201002081551.o18Fp7St034673@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Mon, 8 Feb 2010 15:50:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/truss main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 15:51:07 -0000 jh 2010-02-08 15:50:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/truss main.c Log: SVN rev 203667 on 2010-02-08 15:50:51Z by jh MFC r200752: Avoid sharing the file descriptor of the output file with traced processes by setting the FD_CLOEXEC flag for the output file. PR: bin/140493 Revision Changes Path 1.52.2.2 +6 -0 src/usr.bin/truss/main.c