From owner-freebsd-current Sat Feb 25 09:20:04 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA14634 for current-outgoing; Sat, 25 Feb 1995 09:20:04 -0800 Received: from python.bostic.com (python.BOSTIC.COM [198.3.132.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA14603 for ; Sat, 25 Feb 1995 09:19:57 -0800 Received: by python.bostic.com (8.6.9.Beta4/2.6) id MAA23512; Sat, 25 Feb 1995 12:19:59 -0500 Date: Sat, 25 Feb 1995 12:19:59 -0500 From: bostic@CS.Berkeley.EDU (Keith Bostic) Message-Id: <199502251719.MAA23512@python.bostic.com> To: current@FreeBSD.org Subject: Re: getcwd hack Cc: bde@zeta.org.au, cgd@CS.CMU.EDU, davidg@Root.COM, jsp@sequent.com Sender: current-owner@FreeBSD.org Precedence: bulk > From: Bruce Evans > To: current@FreeBSD.org > Subject: getcwd hack > > realpath() calls getcwd() to do most of the work and assumes that getcwd() > returns a canonical path. Yes. Jan-Simon Pendry (jsp@sequent.com) integrated realpath() and getcwd() in order to make this work correctly. I'm sure he can send you a copy of the work if you like. --keith