* 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.
This commit is contained in:
Corinna Vinschen
2001-06-10 10:00:21 +00:00
parent d4217d5680
commit 463513f0e2
5 changed files with 36 additions and 10 deletions

View File

@ -153,7 +153,6 @@ internal_getlogin (cygheap_user &user)
cygsid gsid (NO_SID);
if (ret)
{
char dom[INTERNET_MAX_HOST_NAME_LENGTH + 1];
cygsid psid;
for (int pidx = 0; (pw = internal_getpwent (pidx)); ++pidx)