Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
Organization: Esse keine toten Tiere
To: Corinna Vinschen <cygwin@cygwin.com>
Date: Sun, 10 Jun 2001 16:04:37 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: fchdir(2)
Reply-to: gerrit.haase@t-online.de
Message-ID: <3B239A95.15857.8B92096@localhost>
In-reply-to: <20010608191213.H18483@cygbert.vinschen.de>
References: <3B211AA7.13748.18F4358@localhost>; from gerrit.haase@t-online.de on Fri, Jun 08, 2001 at 06:34:15PM +0200
X-mailer: Pegasus Mail for Win32 (v3.12cDE)

Corinna Vinschen schrieb am 2001-06-08, 19:12:

> On Fri, Jun 08, 2001 at 06:34:15PM +0200, Gerrit P. Haase wrote:
> > Hi,
> > 
> > how do I substitute fchdir(2) on cygwin?
> 
> chdir(). Since the directory has been opened somewhere in the
> application, the name should still be available.
> 
> However, implementing fchdir() in Cygwin shouldn't be too hard.

Sun Jun 10 11:56:00 2001  Corinna Vinschen <corinna@vinschen.de>

	 * cygwin.din: Add fchdir symbols.
	 * path.cc (chdir): Guard against invalid parameter.
	 (fchdir): New function.
	 * include/cygwin/version.h: Bump API minor version to 40.
	 * uinfo.cc (internal_getlogin): Remove unused variable.

Thank you :-)

(Now I need to undo all my cganges, but it will be much easier in future)

-gph

-- 
=^..^=

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

