1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

s3: fix build on systems with struct stat member st_flags

This commit is contained in:
Björn Jacke 2009-05-26 22:37:17 +02:00
parent 73af16c0e7
commit 93e16a08d4

View File

@ -450,6 +450,9 @@ struct stat_ex {
struct timespec st_ex_btime; /* birthtime */
blksize_t st_ex_blksize;
blkcnt_t st_ex_blocks;
#ifdef HAVE_STAT_ST_FLAGS
uint32_t st_ex_flags;
#endif
/*
* Add space for VFS internal extensions. The initial user of this