summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-03-12 21:01:32 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-03-12 21:02:06 -0700
commitda546e69afb2120a4c8a61ecadb5a66bf56cfa5d (patch)
tree87d96ac2c2eb429027f10d7b206393a5a66e1b32
parentf24b30ec8ca1851b7bd14694241de3b38194c99c (diff)
downloadtar-da546e69afb2120a4c8a61ecadb5a66bf56cfa5d.tar.gz
tar: port to Solaris 9
Problem reported by Jesse C in: http://lists.gnu.org/archive/html/bug-tar/2014-03/msg00034.html * gnulib.modules: Add strtoimax and strtoumax, since tar invokes these functions directly and they don't exist on Solaris 9.
-rw-r--r--gnulib.modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnulib.modules b/gnulib.modules
index adbe0b3e..25e8ab37 100644
--- a/gnulib.modules
+++ b/gnulib.modules
@@ -83,8 +83,10 @@ stdint
stpcpy
strdup-posix
strerror
+strtoimax
strtol
strtoul
+strtoumax
symlinkat
timespec
unlinkat