diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-26 22:39:50 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-26 23:20:34 +0200 |
commit | dd0506d15ddb01b8f6e7b6be604a3445b73db434 (patch) | |
tree | faea4d24619a780777daa5cab41773f914ec84d3 /source3/include | |
parent | 4db54fff13c2dfd1ea307faa32cf1dd34916c924 (diff) | |
download | samba-dd0506d15ddb01b8f6e7b6be604a3445b73db434.tar.gz samba-dd0506d15ddb01b8f6e7b6be604a3445b73db434.tar.bz2 samba-dd0506d15ddb01b8f6e7b6be604a3445b73db434.zip |
Attempt to fix the build on NetBSD
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |