- (djm) Make do_pre_login static to avoid prototype #ifdef hell
diff --git a/session.c b/session.c
index e088fe7..d0685f8 100644
--- a/session.c
+++ b/session.c
@@ -623,7 +623,7 @@
 }
 
 #ifdef LOGIN_NEEDS_UTMPX
-void
+static void
 do_pre_login(Session *s)
 {
 	socklen_t fromlen;