Solaris doesn't have dirfd(), lets pull it out from DIR *
This commit is contained in:
@@ -93,7 +93,9 @@ dir_free(hx509_certs certs, void *data)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef SunOS
|
||||||
|
#define dirfd(x) ((x)->dd_fd)
|
||||||
|
#endif
|
||||||
|
|
||||||
static int
|
static int
|
||||||
dir_iter_start(hx509_context context,
|
dir_iter_start(hx509_context context,
|
||||||
|
Reference in New Issue
Block a user