diff options
author | Christian Ambach <ambi@samba.org> | 2013-11-22 05:13:17 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-12-07 16:45:15 +0100 |
commit | 5e2f59dce350822495ac59dbf852cdf06ff8e897 (patch) | |
tree | 580c322782c0ce8ea86c29e838eb5021cb9aa86c /source3 | |
parent | ade52f60343dca96678d24ad12dacab5da000fec (diff) | |
download | samba-5e2f59dce350822495ac59dbf852cdf06ff8e897.tar.gz samba-5e2f59dce350822495ac59dbf852cdf06ff8e897.tar.xz samba-5e2f59dce350822495ac59dbf852cdf06ff8e897.zip |
s3:vfs_btrfs change includes
use the ones from libreplace instead of system ones
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/vfs_btrfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/modules/vfs_btrfs.c b/source3/modules/vfs_btrfs.c index c6e90fd052a..2254fa2f68f 100644 --- a/source3/modules/vfs_btrfs.c +++ b/source3/modules/vfs_btrfs.c @@ -20,10 +20,9 @@ #include <linux/ioctl.h> #include <linux/fs.h> #include <sys/ioctl.h> -#include <sys/types.h> -#include <sys/stat.h> #include <unistd.h> #include <fcntl.h> +#include "system/filesys.h" #include "includes.h" #include "smbd/smbd.h" #include "librpc/gen_ndr/smbXsrv.h" |