| commit | 9dce9b45b3fb2417fd09264ae085e6c89572d058 | [log] [tgz] |
|---|---|---|
| author | David Dykstra <dwd@samba.org> | Fri Jan 07 17:58:44 2000 +0000 |
| committer | David Dykstra <dwd@samba.org> | Fri Jan 07 17:58:44 2000 +0000 |
| tree | 9990613b02db1ff4b17e116c35fef8c26e2389d3 | |
| parent | 60be6acf46ab7851a01396f8cd2439a9f61118ae [diff] |
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!