summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-15 12:25:53 +1000
committerDamien Miller <djm@mindrot.org>2001-09-15 12:25:53 +1000
commit599d8eba16e295fd6a1727fbc1f4a17f67075900 (patch)
tree466b611e27bc5c69e71d9b2be38d4214a7146955
parent23124eab3b0ea3a1b84a378144122277682b70e8 (diff)
- (djm) Make do_pre_login static to avoid prototype #ifdef hell
-rw-r--r--ChangeLog5
-rw-r--r--session.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b59c5d86..20f6ffe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010915
+ - (djm) Make do_pre_login static to avoid prototype #ifdef hell
+
20010914
- (bal) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/09/13
@@ -6428,4 +6431,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1514 2001/09/14 23:14:25 mouring Exp $
+$Id: ChangeLog,v 1.1515 2001/09/15 02:25:53 djm Exp $
diff --git a/session.c b/session.c
index e088fe70..d0685f86 100644
--- a/session.c
+++ b/session.c
@@ -623,7 +623,7 @@ do_exec_pty(Session *s, const char *command)
}
#ifdef LOGIN_NEEDS_UTMPX
-void
+static void
do_pre_login(Session *s)
{
socklen_t fromlen;