Stuff fts into a convenience library in misc/
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 1 Oct 2010 08:22:13 +0000 (11:22 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 1 Oct 2010 08:22:13 +0000 (11:22 +0300)
commit84747fb22e9ba75cc7c6aa2ad980ed3897f86772
treeec88f9b633d440a1055d03038107fbf4906eb8b5
parentecf7ce8b2b061a7b0b2cfa27183e7f64e8e3336b
Stuff fts into a convenience library in misc/
- This is not really native rpm code but a copy of (glibc?) FTS
  implementation, with slight modification to avoid symbol name
  collisions. Stick it where the sun don't shine, we'd eventually
  like to get rid of such bundled external code.
build/Makefile.am
build/files.c
misc/Makefile.am
misc/fts.c [moved from build/fts.c with 99% similarity]
misc/fts.h [moved from build/fts.h with 100% similarity]