From dd0506d15ddb01b8f6e7b6be604a3445b73db434 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 26 May 2009 22:39:50 +0200 Subject: Attempt to fix the build on NetBSD --- source3/include/includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index a2f6048c27..0d66c1cd6b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -451,6 +451,9 @@ struct stat_ex { blksize_t st_ex_blksize; blkcnt_t st_ex_blocks; + uint32_t st_ex_flags; + uint32_t st_ex_mask; + /* * Add space for VFS internal extensions. The initial user of this * would be the onefs modules, passing the snapid from the stat calls -- cgit