From: Jim Meyering Date: Thu, 16 Nov 2000 19:35:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~107 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=395dc1f7ff9bc6da929e859c47f29ea4f6492db6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 293743341b..08975ab132 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,12 @@ * Version 2.0.9. +2000-11-16 John David Anglin + + * tsort.c: Include sys/types.h before system.h. + +2000-11-16 Jim Meyering + * src/join.c: Declare global `tab' to be of type *unsigned* char, so join works with 8-bit delimiter characters. Reported by Antonio Rendas.