Because of time header changes in glibc cvs, a patch is required to build trn against glibc cvs. The following patch allows trn to compile... diff -uNr trn-3.6/config.h trn-3.6.new/config.h --- trn-3.6/config.h Sun Feb 4 17:36:48 2001 +++ trn-3.6.new/config.h Sun Feb 4 17:37:40 2001 @@ -400,7 +400,7 @@ * include <sys/time.h>. */ /*#define I_TIME *//**/ -#define I_SYS_TIME /**/ +#define I_TIME /**/ /* NEWSLIB: * This symbol contains the name of the directory serving as the news
This is fixed in trn-3.6-28. Thanks for your report.