lib/readutmp.h


Log

Author Commit Date CI Message
Paul Eggert 7ed24447 2003-08-16T03:51:49 Merge from coreutils.
Paul Eggert 68af56be 2003-06-18T05:52:19 Assume C89, so PARAMS isn't needed.
Jim Meyering e2e4329d 2002-04-16T10:41:33 (UT_TYPE): Remove definition (now in who.c). (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define. (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
Jim Meyering 70b974ed 2001-05-27T13:46:31 (UT_TYPE): Define.
Jim Meyering 206968cc 2000-07-04T08:44:28 [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H. This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20. From Bob Proulx.
Jim Meyering a9dbf48d 2000-04-05T15:05:54 [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
Jim Meyering 54e6da3d 2000-02-01T16:23:30 (UT_USER): Add parens. From Andreas Schwab.
Jim Meyering 63258a53 2000-01-30T16:45:17 redo it on per-header basis
Jim Meyering 82ba66a9 2000-01-30T16:39:08 (UT_USER): Define. Accessor macro for the member named ut_user or ut_name.
Jim Meyering 65bc9985 1999-05-05T13:34:02 Add definitions to help read utmpx on systems with utmpname. (UTMP_NAME_FUNCTION): Define. (SET_UTMP_ENT): Likewise. (GET_UTMP_ENT): Likewise. (END_UTMP_ENT): Likewise.
Jim Meyering c98e5027 1999-02-08T03:32:38 Don't include stdio.h.
Jim Meyering 33bed6ea 1998-04-04T18:16:51 (PARAMS): Define.
Jim Meyering b6406826 1997-07-13T03:55:38 (PARAMS): Update prototype. (utmp_contents): Remove dcl.
Jim Meyering 55b799ac 1997-07-13T02:54:48 .