]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 04:13:53 +0000 (04:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 04:13:53 +0000 (04:13 +0000)
old/sh-utils/ChangeLog

index 925d501091a25bbb1baf51c5871d91cb0e68c333..43223248ca08e85fbf118b9c6b89d18a918f58ba 100644 (file)
@@ -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