summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 04:13:53 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 04:13:53 +0000
commita305c4a1899cbccf093026c362843b844b330687 (patch)
tree2d6a61b1be39677060c808f23da1b38daf31c603
parentb05ff2249b102210427da457f071a8dd981c693e (diff)
downloadcoreutils-a305c4a1899cbccf093026c362843b844b330687.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 925d50109..43223248c 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,22 @@
+1997-07-12 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/who.c: Rename lots of `this' locals.
+ Make some parameters `const'.
+ (who): Update read_utmp caller.
+ (search_entries): Take additional param: utmp_buf.
+ Update read_utmp caller.
+ (who_am_i): Update read_utmp caller.
+
+ * src/users.c (users): Update read_utmp caller.
+ * src/uptime.c (uptime): Update read_utmp caller.
+
+ * lib/readutmp.h (PARAMS): Update prototype.
+ (utmp_contents): Remove dcl.
+
+ * lib/readutmp.c (read_utmp): Take new params: count and buffer.
+ Return boolean indicating failure.
+ Now, caller must give diagnostic upon.
+
1997-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lib/readutmp.c, lib/readutmp.h: New files implementing shared