diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-08 20:02:55 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-08 20:02:55 +0200 |
commit | d243c0e840138cc5d8bf67c9d2a785bdbd74a8d9 (patch) | |
tree | fc636f83bdc6b0993e001764bc84ab13632833bd | |
parent | e1e97eccb7948580cef055ae759af35683fb1152 (diff) | |
download | coreutils-d243c0e840138cc5d8bf67c9d2a785bdbd74a8d9.tar.xz |
Adapt to gnulib's latest xstrtol change.
* POTFILES.in: Use lib/xstrtol-error.c, not lib/xstrtol.h.
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 4842cb283..366ca7489 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2007-08-08 Jim Meyering <jim@meyering.net> + + Adapt to gnulib's latest xstrtol change. + * POTFILES.in: Use lib/xstrtol-error.c, not lib/xstrtol.h. + 2007-08-04 Jim Meyering <jim@meyering.net> * POTFILES.in: Remove lib/human.c. diff --git a/po/POTFILES.in b/po/POTFILES.in index eebf4ada7..61f6501f7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -25,7 +25,7 @@ lib/xalloc-die.c lib/xfts.c lib/xmemcoll.c lib/xmemxfrm.c -lib/xstrtol.h +lib/xstrtol-error.c # Package source files |