From owner-freebsd-libh Tue Oct 8 11:41:13 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0044F37B401 for ; Tue, 8 Oct 2002 11:41:13 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B1543E4A for ; Tue, 8 Oct 2002 11:41:12 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g98IgWlU026568 for ; Tue, 8 Oct 2002 14:42:32 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g98IgWdW026567 for libh@FreeBSD.org; Tue, 8 Oct 2002 14:42:32 -0400 (EDT) Date: Tue, 8 Oct 2002 14:42:32 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210081842.g98IgWdW026567@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/file File.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/08 14:42:32 EDT Modified files: lib/file File.cc Log: use simpler access(2) to determine file existence instead of using fully-fledged stat(2) in File::exist() Revision Changes Path 1.13 +2 -3 libh/lib/file/File.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message