]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Windows regression in prof_file.c
authorThomas Sondergaard <thomas.sondergaard@karoshealth.com>
Wed, 12 Aug 2015 19:09:42 +0000 (21:09 +0200)
committerGreg Hudson <ghudson@mit.edu>
Thu, 27 Aug 2015 16:28:44 +0000 (12:28 -0400)
commit4896c7e43725d2690e2adb0d49040c9bc594744b
tree6792f51f968aae0bafa1bcd908a3eaa26991c7a2
parent1b4bd4e388faa5685aa483fdc2bded02c95350bc
Fix Windows regression in prof_file.c

Commit 13bfcda8de68 (Add support for directories in profile paths)
introduced use of S_ISDIR, but this macro is not defined by Windows
SDK stat.h.

ticket: 8030
src/util/profile/prof_file.c