* libmisc/limits.c: Re-indent to make pmccabe happy.
This commit is contained in:
parent
d1eae4c7e3
commit
f729486b33
@ -1,3 +1,7 @@
|
||||
2010-03-20 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/limits.c: Re-indent to make pmccabe happy.
|
||||
|
||||
2010-03-20 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/generate_translations.mak, man/generate_mans.mak: Fix
|
||||
|
@ -164,11 +164,12 @@ static int check_logins (const char *name, const char *maxlogins)
|
||||
count = 0;
|
||||
#ifdef USE_UTMPX
|
||||
setutxent ();
|
||||
while ((ut = getutxent ())) {
|
||||
while ((ut = getutxent ()))
|
||||
#else /* !USE_UTMPX */
|
||||
setutent ();
|
||||
while ((ut = getutent ())) {
|
||||
while ((ut = getutent ()))
|
||||
#endif /* !USE_UTMPX */
|
||||
{
|
||||
if (USER_PROCESS != ut->ut_type) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user