Re: read_utmp changes

2006-10-20 Thread Sergey Poznyakoff
Jim Meyering <[EMAIL PROTECTED]> wrote: > I've made this additional change: > > 2006-10-18 Jim Meyering <[EMAIL PROTECTED]> > > * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the > type for a local, and rename it: s/up/user_proc/. Thank you. Regards, Sergey

Re: read_utmp changes

2006-10-18 Thread Jim Meyering
"Sergey Poznyakoff" <[EMAIL PROTECTED]> wrote: > I have installed the following change to read_utmp: > > 2006-10-18 Sergey Poznyakoff <[EMAIL PROTECTED]> > > * lib/readutmp.c (desirable_utmp_entry): Implement new flag: > READ_UTMP_USER_PROCESS. > * lib/readutmp.h (READ_UTM

read_utmp changes

2006-10-18 Thread Sergey Poznyakoff
I have installed the following change to read_utmp: 2006-10-18 Sergey Poznyakoff <[EMAIL PROTECTED]> * lib/readutmp.c (desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS. * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag Index: lib/readutmp.c ==