diff options
| author | Noel Power <noel.power@suse.com> | 2021-06-10 16:31:40 +0100 |
|---|---|---|
| committer | Noel Power <npower@samba.org> | 2021-06-29 08:21:37 +0000 |
| commit | 9ca41e197f3f9a012531e5502734f8df46a2d7a4 (patch) | |
| tree | 90e155917e5e1328c923de1c3af03d26c2064833 /source3/wscript | |
| parent | 5f70396e62d7cc77bf248576e2ca6e7f0f755bde (diff) | |
| download | samba-9ca41e197f3f9a012531e5502734f8df46a2d7a4.tar.gz | |
VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
| -rw-r--r-- | source3/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 56e594b59b7..c7434fedb92 100644 --- a/source3/wscript +++ b/source3/wscript @@ -124,7 +124,7 @@ def configure(conf): conf.CHECK_HEADERS('linux/falloc.h linux/ioctl.h') conf.CHECK_FUNCS('getcwd fchown chmod fchmod mknod mknodat') - conf.CHECK_FUNCS('strtol strchr strupr chflags') + conf.CHECK_FUNCS('strtol strchr strupr chflags fchflags') conf.CHECK_FUNCS('getrlimit fsync setpgid') conf.CHECK_FUNCS('setsid glob strpbrk crypt16 getauthuid') conf.CHECK_FUNCS('innetgr') @@ -384,6 +384,7 @@ int main(int argc, char **argv) { DNSServiceRegister atexit chflags +fchflags chmod crypt16 devnm |
