From 403816eb85cf23f9248265968767bd815dda7fa6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Mar 1996 22:43:38 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 4 ++++ old/sh-utils/ChangeLog | 4 ++++ old/textutils/ChangeLog | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 974d7b312c..a4bd5ebe3d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 21 16:43:13 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/*.c (main): Declare to be of type int, not void. + Sat Mar 16 10:46:23 1996 Jim Meyering (meyering@na-net.ornl.gov) * configure.in (PACKAGE_VERSION): New macro. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 65d21cdc8c..baca392f34 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 21 16:43:13 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/*.c (main): Declare to be of type int, not void. + Sat Mar 16 10:07:49 1996 Jim Meyering (meyering@na-net.ornl.gov) * configure.in (PACKAGE_VERSION): New macro. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4b8042b227..eab2f660f5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,10 @@ Thu Mar 21 06:58:36 1996 Jim Meyering (meyering@na-net.ornl.gov) - * sort.c (main): Declare to return int, not void. + * sort.c (main): Declare to be of type int, not void. From Peter Seebach . + * cat.c cksum.c comm.c csplit.c cut.c expand.c fold.c head.c join.c + nl.c paste.c pr.c split.c sum.c tac.c tail.c tr.c unexpand.c uniq.c + wc.c (main): Likewise. Sat Mar 16 16:30:07 1996 Jim Meyering (meyering@na-net.ornl.gov) -- 2.47.2