summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-21 21:30:56 +1100
committerDamien Miller <djm@mindrot.org>1999-12-21 21:30:56 +1100
commitca9fbb6eac8c4cb90badc5d868cf81417484c87f (patch)
tree2ad887205c8a5c971cbdee30b103a3177a026eea
parent5ffe3704c203de933674debad646023107f64423 (diff)
Fix broken macros
-rw-r--r--login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/login.c b/login.c
index 552117ca4..22abe55b2 100644
--- a/login.c
+++ b/login.c
@@ -18,7 +18,7 @@
18 */ 18 */
19 19
20#include "includes.h" 20#include "includes.h"
21RCSID("$Id: login.c,v 1.8 1999/12/21 00:18:08 damien Exp $"); 21RCSID("$Id: login.c,v 1.9 1999/12/21 10:30:56 damien Exp $");
22 22
23#if defined(HAVE_UTMPX_H) && defined(USE_UTMPX) 23#if defined(HAVE_UTMPX_H) && defined(USE_UTMPX)
24# include <utmpx.h> 24# include <utmpx.h>
@@ -152,7 +152,7 @@ record_login(int pid, const char *ttyname, const char *user, uid_t uid,
152 152
153 login(&u); 153 login(&u);
154 154
155#ifdef defined(HAVE_LASTLOG_H) && !defined(DISABLE_LASTLOG) 155#if defined(HAVE_LASTLOG_H) && !defined(DISABLE_LASTLOG)
156 lastlog = _PATH_LASTLOG; 156 lastlog = _PATH_LASTLOG;
157 157
158 /* Update lastlog unless actually recording a logout. */ 158 /* Update lastlog unless actually recording a logout. */