This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] login: Assume that _HAVE_UT_* constants are defined


* Adhemerval Zanella:

>> +	  || __utmp_equal (&last_entry, data)))
>
> Shouldn't we check for > 0 instead of a implicit check?

The style guidelines do not have a strong preference in case of true
flags.

We could change __utmp_equal to return bool, maybe in a subsequent
cleanup.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]