diff options
Diffstat (limited to 'libutil/login.c')
-rw-r--r-- | libutil/login.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/login.c b/libutil/login.c index 2e9a5cb25..bd1dd29ee 100644 --- a/libutil/login.c +++ b/libutil/login.c @@ -12,9 +12,9 @@ void login (const struct utmp *entry) utmpname(_PATH_UTMP); setutent(); -#if _HAVE_UT_TYPE - 0 +#if _HAVE_UT_TYPE - 0 copy.ut_type = USER_PROCESS; -#endif +#endif #if _HAVE_UT_PID - 0 copy.ut_pid = getpid(); #endif |