From: Jim Meyering Date: Sun, 20 Oct 1996 19:14:50 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19o~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dde8333c153ca09b77e560eadfd6731c9c475c8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8d738b9ef5..1a472afbed 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,14 @@ Sun Oct 20 09:03:51 1996 Jim Meyering + * 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@.