summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/replace/test/strptime.c
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-build: Remove duplicate replace libraryAmitay Isaacs2014-06-201-173/+0
| | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
* Fix lib/replaceMartin Schwenke2011-11-111-0/+173
Warnings are generated when compiling strptime.c. Why is it being compiled on Linux? strptime(3) has been in glibc for 15 years! It turns out that some of the test fragments were being looked for in lib/replace/test/ and some in lib/replace/tests/. In addition, test*/strptime.c was missing. Move the tests to lib/replace/test/ for consistency with upstream (Samba) and copy in test/strptime.c from Samba. Tweak repdir.m4 to handle the directory rename. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit aaf1ddfc83cf2ede29288baf04a1aa1c69a5cab5)