* 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:
@ -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)
|
||||
|
Reference in New Issue
Block a user