On Thu, Oct 1, 2009 at 1:03 PM, Michael D. Adams <[email protected]> wrote: > Also I don't think C (at least prior to > C99) will always initialize exthdr_mtime to zero (compilers and OS may > vary). (Then again maybe the tar sources are already assuming C99.)
Correction: I was wrong, both C99 and C90 require that global variables get initialized to zero.
