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:
parent
73af16c0e7
commit
93e16a08d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user