From owner-cvs-all@FreeBSD.ORG Fri Oct 8 22:31:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE96516A4CE; Fri, 8 Oct 2004 22:31:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BF043D31; Fri, 8 Oct 2004 22:31:50 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i98MVoDx037166; Fri, 8 Oct 2004 22:31:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i98MVo3e037165; Fri, 8 Oct 2004 22:31:50 GMT (envelope-from ru) Message-Id: <200410082231.i98MVo3e037165@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Oct 2004 22:31:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/bin/cp cp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 22:31:50 -0000 ru 2004-10-08 22:31:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/cp cp.c Log: MFC: 1.49: correctly pass -1 to setfile(). Revision Changes Path 1.24.2.8 +1 -1 src/bin/cp/cp.c