mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168825
@ -480,6 +480,7 @@ extern uint64_t physmem;
|
|||||||
#define readdir64(d) readdir(d)
|
#define readdir64(d) readdir(d)
|
||||||
#define SIGPENDING(td) (0)
|
#define SIGPENDING(td) (0)
|
||||||
#define root_mount_wait() do { } while (0)
|
#define root_mount_wait() do { } while (0)
|
||||||
|
#define root_mounted() (1)
|
||||||
|
|
||||||
struct file {
|
struct file {
|
||||||
void *dummy;
|
void *dummy;
|
||||||
|
@ -480,6 +480,7 @@ extern uint64_t physmem;
|
|||||||
#define readdir64(d) readdir(d)
|
#define readdir64(d) readdir(d)
|
||||||
#define SIGPENDING(td) (0)
|
#define SIGPENDING(td) (0)
|
||||||
#define root_mount_wait() do { } while (0)
|
#define root_mount_wait() do { } while (0)
|
||||||
|
#define root_mounted() (1)
|
||||||
|
|
||||||
struct file {
|
struct file {
|
||||||
void *dummy;
|
void *dummy;
|
||||||
|
Loading…
Reference in New Issue
Block a user