Fix build breakage. Most of ZFS code is also compiled in userland and I
should really stop forgetting about that.
This commit is contained in:
parent
a1bcf4dc7b
commit
3d357b8835
@ -480,6 +480,7 @@ extern uint64_t physmem;
|
||||
#define readdir64(d) readdir(d)
|
||||
#define SIGPENDING(td) (0)
|
||||
#define root_mount_wait() do { } while (0)
|
||||
#define root_mounted() (1)
|
||||
|
||||
struct file {
|
||||
void *dummy;
|
||||
|
@ -480,6 +480,7 @@ extern uint64_t physmem;
|
||||
#define readdir64(d) readdir(d)
|
||||
#define SIGPENDING(td) (0)
|
||||
#define root_mount_wait() do { } while (0)
|
||||
#define root_mounted() (1)
|
||||
|
||||
struct file {
|
||||
void *dummy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user