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:
Pawel Jakub Dawidek 2007-04-17 21:38:15 +00:00
parent a1bcf4dc7b
commit 3d357b8835
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168825
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;