Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the
authorDavid Dykstra <dwd@samba.org>
Fri, 7 Jan 2000 17:58:44 +0000 (17:58 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 7 Jan 2000 17:58:44 +0000 (17:58 +0000)
commit9dce9b45b3fb2417fd09264ae085e6c89572d058
tree9990613b02db1ff4b17e116c35fef8c26e2389d3
parent60be6acf46ab7851a01396f8cd2439a9f61118ae
Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the
FNM_PATHNAME flag (to stop at slashes in path names) was not working.

Ironically, the bug in glibc's fnmatch was reported on the rsync mailing
list in late October, and rsync's configure.in was changed to detect the
bad glibc and use the internal fnmatch, but the internal fnmatch was based
on the same buggy glibc!
lib/fnmatch.c
lib/fnmatch.h