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)
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!


No differences found