From: Paul Eggert Date: Thu, 13 Mar 2014 04:01:32 +0000 (-0700) Subject: tar: port to Solaris 9 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=da546e69afb2120a4c8a61ecadb5a66bf56cfa5d;hp=f24b30ec8ca1851b7bd14694241de3b38194c99c 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. --- diff --git a/gnulib.modules b/gnulib.modules index adbe0b3..25e8ab3 100644 --- a/gnulib.modules +++ b/gnulib.modules @@ -83,8 +83,10 @@ stdint stpcpy strdup-posix strerror +strtoimax strtol strtoul +strtoumax symlinkat timespec unlinkat