lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 4 May 2011 10:57:12 +0000 (20:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 May 2011 05:51:24 +0000 (07:51 +0200)
commit8f1810362df7ef9e5c394a9cba83cf0e7c04bd9e
treeedad1e8a1837263e2eb760d22062612e44220ce4
parent3892112e7b3143f808932771a7b71f4fd335f8cb
lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()

gen_fnmatch was a duplicate symbol in the top level build.

gen_fnmatch() used for simple non-CIFS pattern matching, so selecting
the lib/util implementation should not be a concern.

Andrew Bartlett
lib/util/wscript_build
source3/Makefile.in
source3/include/proto.h
source3/lib/ms_fnmatch.c