gnulib: strtoul is considered obsolete and now useless

* bootstrap.conf: here.
This commit is contained in:
Akim Demaille
2015-01-15 17:26:32 +01:00
parent 3e82dfaa0d
commit 88ffc4b907
3 changed files with 1 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ gnulib_modules='
quote quotearg
readme-release
realloc-posix
spawn-pipe stdbool stpcpy strdup-posix strerror strtoul strverscmp
spawn-pipe stdbool stpcpy strdup-posix strerror strverscmp
unistd unistd-safer unlink unlocked-io
update-copyright unsetenv verify
warnings

2
lib/.gitignore vendored
View File

@@ -211,8 +211,6 @@
/stripslash.c
/strndup.c
/strnlen.c
/strtol.c
/strtoul.c
/strverscmp.c
/sys
/sys_ioctl.h

2
m4/.gitignore vendored
View File

@@ -144,8 +144,6 @@
/string_h.m4
/strndup.m4
/strnlen.m4
/strtol.m4
/strtoul.m4
/strverscmp.m4
/sys_ioctl_h.m4
/sys_socket_h.m4