lib/util: Move unix_wild_match() from source3/lib/util to lib/util/
authorJeremy Allison <jra@samba.org>
Fri, 11 Nov 2016 18:35:01 +0000 (10:35 -0800)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 16 Nov 2016 11:41:09 +0000 (12:41 +0100)
commit828b60f30debce84a057dda2551f2fd494327872
tree0572babd9bc39f78d802e0641886f8c8fe2ef178
parentcaadd8afe65cd17f47c737bb483ad05362071fb7
lib/util: Move unix_wild_match() from source3/lib/util to lib/util/

Use top-level functions instead of source3 specific ones.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12419

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/unix_match.c [new file with mode: 0644]
lib/util/unix_match.h [new file with mode: 0644]
lib/util/wscript_build
source3/include/proto.h
source3/lib/util.c