Merge branch 'master' into wip/win32-port2

This commit is contained in:
Love Hornquist Astrand
2009-11-24 21:46:10 -08:00
16 changed files with 153 additions and 15 deletions

View File

@@ -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 ||