From 2262fbb298caa402fbbd2ece51ba4965598bb9ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Apr 2002 10:46:45 +0000 Subject: add FIXME comments --- src/who.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/who.c b/src/who.c index 497c14fd5..c285fb112 100644 --- a/src/who.c +++ b/src/who.c @@ -365,6 +365,7 @@ print_deadprocs (const STRUCT_UTMP *utmp_ent) sprintf (comment, "%s%.*s", _("id="), sizeof utmp_ent->ut_id, utmp_ent->ut_id); + /* FIXME: ut_exit works with GNU/Linux but is probably not portable. */ if (!exitstr) exitstr = xmalloc (sizeof (_("term=")) + INT_STRLEN_BOUND (utmp_ent->ut_exit.e_termination) + 1 @@ -386,6 +387,7 @@ print_login (const STRUCT_UTMP *utmp_ent) static char *comment; PIDSTR_DECL_AND_INIT (pidstr); + /* FIXME: ut_id works with GNU/Linux but is probably not portable. */ if (!comment) comment = xmalloc (sizeof (_("id=")) + sizeof (utmp_ent->ut_id) + 1); sprintf (comment, "%s%s", _("id="), utmp_ent->ut_id); -- cgit v1.2.3-70-g09d2