* 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>
|
2010-03-20 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/generate_translations.mak, man/generate_mans.mak: Fix
|
* 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;
|
count = 0;
|
||||||
#ifdef USE_UTMPX
|
#ifdef USE_UTMPX
|
||||||
setutxent ();
|
setutxent ();
|
||||||
while ((ut = getutxent ())) {
|
while ((ut = getutxent ()))
|
||||||
#else /* !USE_UTMPX */
|
#else /* !USE_UTMPX */
|
||||||
setutent ();
|
setutent ();
|
||||||
while ((ut = getutent ())) {
|
while ((ut = getutent ()))
|
||||||
#endif /* !USE_UTMPX */
|
#endif /* !USE_UTMPX */
|
||||||
|
{
|
||||||
if (USER_PROCESS != ut->ut_type) {
|
if (USER_PROCESS != ut->ut_type) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user