summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-30 09:21:22 +1100
committerDamien Miller <djm@mindrot.org>2000-08-30 09:21:22 +1100
commit87d29ed405ce6a6aa56660c9c696f6b78a709034 (patch)
tree1e835a3e9e18b7956b511860e9186f52ea9679c3 /session.c
parente5192fafbfbc49afaa64c7b9f3c8d90efe2f1297 (diff)
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.c b/session.c
index 4a77eef6b..3678b8f09 100644
--- a/session.c
+++ b/session.c
@@ -1837,7 +1837,9 @@ session_proctitle(Session *s)
1837void 1837void
1838do_authenticated2(void) 1838do_authenticated2(void)
1839{ 1839{
1840#ifdef HAVE_LOGIN_CAP
1840 struct passwd *pw; 1841 struct passwd *pw;
1842#endif
1841 1843
1842 /* 1844 /*
1843 * Cancel the alarm we set to limit the time taken for 1845 * Cancel the alarm we set to limit the time taken for