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 quote quotearg
readme-release readme-release
realloc-posix 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 unistd unistd-safer unlink unlocked-io
update-copyright unsetenv verify update-copyright unsetenv verify
warnings warnings

2
lib/.gitignore vendored
View File

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

2
m4/.gitignore vendored
View File

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