]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-vol-fsync-20090128
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 28 Jan 2009 17:08:53 +0000 (17:08 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 28 Jan 2009 17:08:53 +0000 (17:08 +0000)
LICENSE IPL10

no unistd.h on windows

src/vol/fssync.c

index 5b0a3b22e2bb583e61c6ba7d371dbf78c4d29828..5751c2254672264a2984953b3a3ed253c23a0144 100644 (file)
@@ -55,11 +55,11 @@ RCSID
 
 #include <sys/types.h>
 #include <stdio.h>
-#include <unistd.h>
 #ifdef AFS_NT40_ENV
 #include <winsock2.h>
 #include <time.h>
 #else
+#include <unistd.h>
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>