From 4db54fff13c2dfd1ea307faa32cf1dd34916c924 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 26 May 2009 23:19:00 +0200 Subject: 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 :-) --- source3/include/includes.h | 3 --- 1 file changed, 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 -- cgit