summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 03:25:02 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 03:25:02 +0000
commit6d668c6160940ae8b0790f15f6df6ad44bd176d4 (patch)
tree5eafe0b2df9b62dc097822e086182df611b13ada /old/sh-utils/ChangeLog
parent78273e9d2319c99edc0d0c16a6d7e3cefab58a0f (diff)
downloadcoreutils-6d668c6160940ae8b0790f15f6df6ad44bd176d4.tar.xz
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d0e5c5a32..076cceffe 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -5,6 +5,10 @@ Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/Makefile.am (su_SOURCES): Remove getopt.c and getopt1.c.
(EXTRA_DIST): Add getopt.c and getopt1.c
+ * whoami.c (main): Declare to return int, not void.
+ * who-users.c (main): Likewise.
+ * yes.c (main): Likewise.
+
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
* date.c (usage): Describe new %V format. From Karl Berry.