bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tar 1.13, -C and -T don't work together


From: Greg Wooledge
Subject: Re: tar 1.13, -C and -T don't work together
Date: Tue, 3 Sep 2002 13:46:27 -0400
User-agent: Mutt/1.4i

On Tue, Sep 03, 2002 at 10:19:11AM -0700, Paul Eggert wrote:
> Try changing that section of xstrtol.c as follows:
> 
> #if !HAVE_DECL_STRTOIMAX && !defined strtoimax
> intmax_t strtoimax ();
> #endif
> 
> #if !HAVE_DECL_STRTOUMAX && !defined strtoumax
> uintmax_t strtoumax ();
> #endif

I suppose you meant !defined(strtoimax).  I made this change, and it
compiled and worked.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]