]> andersk Git - openssh.git/commitdiff
Fix broken macros
authordamien <damien>
Tue, 21 Dec 1999 10:30:56 +0000 (10:30 +0000)
committerdamien <damien>
Tue, 21 Dec 1999 10:30:56 +0000 (10:30 +0000)
login.c

diff --git a/login.c b/login.c
index d4a27f5a3806cfdad272bd287f10a62224b92980..115af08ee2925682d9c63a31fd37846228a70332 100644 (file)
--- a/login.c
+++ b/login.c
@@ -152,7 +152,7 @@ record_login(int pid, const char *ttyname, const char *user, uid_t uid,
 
        login(&u);
 
-#ifdef defined(HAVE_LASTLOG_H) && !defined(DISABLE_LASTLOG)
+#if defined(HAVE_LASTLOG_H) && !defined(DISABLE_LASTLOG)
        lastlog = _PATH_LASTLOG;
 
        /* Update lastlog unless actually recording a logout. */
This page took 0.041077 seconds and 5 git commands to generate.