##// END OF EJS Templates
osutil: Solaris build fix
Bryan O'Sullivan -
r5435:0d154bce default
parent child Browse files
Show More
@@ -17,6 +17,10 b''
17 #include <sys/types.h>
17 #include <sys/types.h>
18 #include <unistd.h>
18 #include <unistd.h>
19
19
20 #if defined(__sun)
21 #define dirfd(dir) ((dir)->dd_fd)
22 #endif
23
20 struct listdir_stat {
24 struct listdir_stat {
21 PyObject_HEAD
25 PyObject_HEAD
22 struct stat st;
26 struct stat st;
General Comments 0
You need to be logged in to leave comments. Login now