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>
Wed, 4 May 2011 10:57:12 +0000 (20:57 +1000)
commit1384d0adb9739e38032bfae4ca4dfa28ca696e8e
tree60fd2b82097c52c1518eb66d87c40c43f4931119
parent05752c35e1e99f4330168710c6f0267deb369055
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