summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-01 15:53:36 +0200
committerJeremy Allison <jra@samba.org>2019-07-12 21:31:29 +0000
commit3093c374f2fe16efd765b485bf86599feff1f6a7 (patch)
treedb4a19be8493dc01e9eea7b7723331a8d8ad8ba0 /source3/wscript_build
parentdbc840e740a447b3e7771bbe0c607a4623518e98 (diff)
downloadsamba-3093c374f2fe16efd765b485bf86599feff1f6a7.tar.gz
s3:lib: move Mac streams util functions to s3/lib
While at it, change the functions to work on the stream name directly instead of struct smb_filename. A later commit wants to use the function on the resulting stream names coming from vfs_streaminfo(). Also use the simple string compare version, not the multibyte ones, as the afp* stream names are simple ASCII string, so there's no need to become fancy. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index db29a7d2a15..a3f3521b6ce 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -304,6 +304,7 @@ bld.SAMBA3_SUBSYSTEM('samba3util',
lib/util_sock.c
lib/util_tsock.c
lib/util_transfer_file.c
+ lib/util_macstreams.c
''',
deps='''
CHARSET3