drop dirfd(), and move to roken

This commit is contained in:
Love Hornquist Astrand
2009-08-14 10:40:40 +02:00
parent 8d8bc185ee
commit a72efaea19

View File

@@ -93,10 +93,6 @@ dir_free(hx509_certs certs, void *data)
return 0;
}
#ifdef SunOS
#define dirfd(x) ((x)->dd_fd)
#endif
static int
dir_iter_start(hx509_context context,
hx509_certs certs, void *data, void **cursor)