FYI, one more: >From c98a38b83d39ae6238adbff5cb2ca536f35ae0e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sun, 1 May 2011 14:08:32 +0200 Subject: [PATCH] maint: remove now-unnecessary use of gnulib's strtol module
* bootstrap.conf (gnulib_modules): Remove now-obsolete "strtol". --- bootstrap.conf | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index febb392..402ffcb 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -67,7 +67,6 @@ stdlib stpcpy strerror string -strtol strtoul strtoull strtoumax -- 1.7.5.141.g791a
