]> Dogcows Code - chaz/tar/commitdiff
tar: port to Solaris 9
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Mar 2014 04:01:32 +0000 (21:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Mar 2014 04:02:06 +0000 (21:02 -0700)
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.

gnulib.modules

index adbe0b3e3c75004d50a9e9acf5c342f1c8e64a17..25e8ab378f8cc03fe1299618ba4051c426ce451e 100644 (file)
@@ -83,8 +83,10 @@ stdint
 stpcpy
 strdup-posix
 strerror
+strtoimax
 strtol
 strtoul
+strtoumax
 symlinkat
 timespec
 unlinkat
This page took 0.020895 seconds and 4 git commands to generate.