Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71207
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- utmp.c.orig 2004-11-14 23:15:28.000000000 +0100
0
++ utmp.c      2004-11-14 23:15:39.000000000 +0100
Lines 618-624 Link Here
618
#endif /* sgi */
618
#endif /* sgi */
619
  strncpy(u->ut_line, line, sizeof(u->ut_line));
619
  strncpy(u->ut_line, line, sizeof(u->ut_line));
620
  u->ut_pid = pid;
620
  u->ut_pid = pid;
621
  (void)time((time_t *)&u->ut_time);
621
  u->ut_time = time(NULL);
622
}
622
}
623
623
624
static slot_t
624
static slot_t

Return to bug 71207