diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-09-24 16:16:59 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2008-01-09 16:12:13 +0100 |
commit | ac9a20b3fb800e002fea2a16ce4679777fddcbff (patch) | |
tree | bd3397ae23902506df02f260300e5ae8777c8d1e /po/POTFILES.in | |
parent | 0177318fa612307ce2e7eb7557e54d335ffd08f3 (diff) | |
download | sed-ac9a20b3fb800e002fea2a16ce4679777fddcbff.tar.gz |
gnulibify and add ACL support
2006-09-24 Paolo Bonzini <bonzini@gnu.org>
* sed/execute.c: Support ACLs.
* lib/utils.c: Move...
* sed/utils.c: ... here, and remove xmalloc.
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-74
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 3c06d1e..a725149 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,7 +2,7 @@ sed/compile.c sed/execute.c sed/regexp.c sed/sed.c -lib/utils.c +sed/utils.c lib/regcomp.c lib/regexec.c lib/regex_internal.c |