diff options
author | Björn Jacke <bj@sernet.de> | 2009-05-26 23:19:00 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-05-26 23:19:00 +0200 |
commit | 4db54fff13c2dfd1ea307faa32cf1dd34916c924 (patch) | |
tree | a3c718704de6400467a10ba5f513c1caaab07e2a /source3/include | |
parent | 93e16a08d46587a6eacaa05cd462ea316e9da8e4 (diff) | |
download | samba-4db54fff13c2dfd1ea307faa32cf1dd34916c924.tar.gz samba-4db54fff13c2dfd1ea307faa32cf1dd34916c924.tar.bz2 samba-4db54fff13c2dfd1ea307faa32cf1dd34916c924.zip |
Revert "s3: fix build on systems with struct stat member st_flags"
for a cleaner and more complete patch that Volker has in the queue :-)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index ba3866a03a..a2f6048c27 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -450,9 +450,6 @@ 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 |