Merge branch 'master' into wip/win32-port2
This commit is contained in:
@@ -136,7 +136,6 @@ check_directory(krb5_context context,
|
||||
if((d = opendir(dirname)) == NULL)
|
||||
return errno;
|
||||
|
||||
#ifdef HAVE_DIRFD
|
||||
{
|
||||
int fd;
|
||||
struct stat st2;
|
||||
@@ -151,7 +150,6 @@ check_directory(krb5_context context,
|
||||
return EACCES;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
while((dent = readdir(d)) != NULL) {
|
||||
if(strcmp(dent->d_name, ".") == 0 ||
|
||||
|
Reference in New Issue
Block a user