]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 20 Oct 1996 19:14:50 +0000 (19:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Oct 1996 19:14:50 +0000 (19:14 +0000)
old/sh-utils/ChangeLog

index 8d738b9ef591419395309f4f69fdfc6c50964ba9..1a472afbedf5cb5c83e9fd3197493f10a7bc1e53 100644 (file)
@@ -1,5 +1,14 @@
 Sun Oct 20 09:03:51 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * src/who-users.c (print_entry): Don't take address of UT_TIME_MEMBER
+       directly.  From Ulrich Drepper.
+
+       The problem is that GNU libc (and perhaps other libcs as well) have
+       extended utmp file formats which do not use a simple time_t ut_time
+       field.  In glibc ut_time is a macro which selects for backward
+       compatibility the tv_sec member of a struct timeval value.
+
+
        * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
        (EXTRA_DIST): Remove @README_ALPHA@.