svn rev #21955: trunk/src/include/

raeburn@MIT.EDU raeburn at MIT.EDU
Tue Feb 10 19:15:57 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21955
Commit By: raeburn
Log Message:
unistd.h is posix only


Changed Files:
U   trunk/src/include/k5-buf.h
Modified: trunk/src/include/k5-buf.h
===================================================================
--- trunk/src/include/k5-buf.h	2009-02-11 00:11:33 UTC (rev 21954)
+++ trunk/src/include/k5-buf.h	2009-02-11 00:15:55 UTC (rev 21955)
@@ -41,7 +41,9 @@
 
 #include <stdarg.h>
 #include <string.h>
+#ifndef _WIN32
 #include <unistd.h>
+#endif
 
 /* The k5buf module is intended to allow multi-step string
    construction in a fixed or dynamic buffer without the need to check




More information about the cvs-krb5 mailing list