Hello, I suggest this small patch to make tar-1.19 build under Solaris 8.
*** tar-1.19.org/lib/strerror.c Fri Sep 28 15:11:37 2007 --- tar-1.19/lib/strerror.c Mon Nov 12 13:43:23 2007 *************** *** 23,28 **** --- 23,29 ---- # include <string.h> # include <stdio.h> + # include <limits.h> # undef strerror Christophe.
