* import-gnulib.config (modules): Remove strpbrk. Signed-off-by: James Youngman <[email protected]> --- ChangeLog | 3 +++ import-gnulib.config | 1 - 2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index b32ebc8..acf95c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-17 James Youngman <[email protected]> + Remove obsolete module strpbrk. + * import-gnulib.config (modules): Remove strpbrk. + * locate/Makefile.am (locate_TEXINFOS): Add dblocation.texi. 2010-04-13 James Youngman <[email protected]> diff --git a/import-gnulib.config b/import-gnulib.config index 7d24da7..f74b34c 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -134,7 +134,6 @@ strcasestr strdup-posix strftime string -strpbrk strtol strtoul strtoull -- 1.7.0
