lib/readutmp.c


Log

Author Commit Date CI Message
Jim Meyering a456afef 2000-04-05T15:00:11 Include sys/types.h before sys/stat.h. Required for ultrix4.3.
Jim Meyering 01cafe5e 2000-02-03T12:20:59 (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', rather than with `#if HAVE_UTMPNAME'.
Jim Meyering 226d6300 2000-01-30T16:41:25 (extract_trimmed_name): Use UT_USER instead of hard-coding uses of ->ut_name. The latter doesn't work with new Linux header files where only utmpx.ut_user is declared.
Jim Meyering 5ed8adaa 1999-05-05T13:34:18 (read_utmp): Use the new definitions.
Jim Meyering ceaf650f 1999-05-03T02:38:50 (read_utmp): Ignore the return value from utmpname.
Jim Meyering e62fae45 1999-03-02T13:53:33 (read_utmp) [HAVE_UTMPNAME]: Rewrite.
Jim Meyering 735ac731 1999-02-08T03:32:06 Include stdio.h.
Jim Meyering 74771611 1999-02-08T00:00:44 *** empty log message ***
Jim Meyering 7abd4b24 1998-05-16T20:26:54 (read_utmp): Add variant for systems that have the utmpname function. Ansideclify.
Jim Meyering 5dea9f94 1997-07-13T13:31:30 don't include error.h.
Jim Meyering 7402d911 1997-07-13T03:54:00 (read_utmp): Take new params: count and buffer. Return boolean indicating failure. Now, caller must give diagnostic upon.
Jim Meyering 55b799ac 1997-07-13T02:54:48 .