diff --git a/libmisc/user_busy.c b/libmisc/user_busy.c index 2e22615e..ff626b04 100644 --- a/libmisc/user_busy.c +++ b/libmisc/user_busy.c @@ -91,8 +91,10 @@ static int user_busy_utmp (const char *name) continue; } - return USER_BUSY; + return 1; } + + return 0; } #endif /* !__linux__ */