]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-audit-consolidate-open-20081221
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 21 Dec 2008 05:47:25 +0000 (05:47 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 21 Dec 2008 05:47:25 +0000 (05:47 +0000)
LICENSE IPL10
FIXES 123923

fix audit-consolidate-open-20081217 which broke the Windows build.

(cherry picked from commit dbc92bde39361c9741828be7a2151e521c9aeef9)

src/audit/audit.c

index 2cd5d5bdf645ca88f9b4a94307223444943c4cba..d42b44fd8a8fa3e7718e52399b0786819ccd7fae 100644 (file)
@@ -18,7 +18,11 @@ RCSID
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifndef AFS_NT40_ENV
 #include <unistd.h>
+#else
+#include <io.h>
+#endif
 #ifdef AFS_AIX32_ENV
 #include <sys/audit.h>
 #else