diff options
author | Guillem Jover <guillem@debian.org> | 2016-02-26 10:49:42 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-02-27 00:19:11 +0100 |
commit | c2989c39ecfe9b917dbbc0c6087c7b5df9f28d23 (patch) | |
tree | 605b28b43e5b79310ee042b409650efc19fc71a9 /po | |
parent | 40f5f8f76b023092f10eca8ab34b87fffbe3d207 (diff) | |
download | dpkg-c2989c39ecfe9b917dbbc0c6087c7b5df9f28d23.tar.gz |
libdpkg: New treewalk module
This has the nice properties of avoiding duplicated stat(2) calls,
not calling find(1), and sorting the output w/o stalling on the
entire input being slurped and sorted.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 501f9e942..13d941ecc 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -40,6 +40,7 @@ lib/dpkg/string.c lib/dpkg/strwide.c lib/dpkg/subproc.c lib/dpkg/tarfn.c +lib/dpkg/treewalk.c lib/dpkg/trigdeferred.l lib/dpkg/triglib.c lib/dpkg/trigname.c |