diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | session.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20010915 | ||
2 | - (djm) Make do_pre_login static to avoid prototype #ifdef hell | ||
3 | |||
1 | 20010914 | 4 | 20010914 |
2 | - (bal) OpenBSD CVS Sync | 5 | - (bal) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2001/09/13 | 6 | - markus@cvs.openbsd.org 2001/09/13 |
@@ -6428,4 +6431,4 @@ | |||
6428 | - Wrote replacements for strlcpy and mkdtemp | 6431 | - Wrote replacements for strlcpy and mkdtemp |
6429 | - Released 1.0pre1 | 6432 | - Released 1.0pre1 |
6430 | 6433 | ||
6431 | $Id: ChangeLog,v 1.1514 2001/09/14 23:14:25 mouring Exp $ | 6434 | $Id: ChangeLog,v 1.1515 2001/09/15 02:25:53 djm Exp $ |
@@ -623,7 +623,7 @@ do_exec_pty(Session *s, const char *command) | |||
623 | } | 623 | } |
624 | 624 | ||
625 | #ifdef LOGIN_NEEDS_UTMPX | 625 | #ifdef LOGIN_NEEDS_UTMPX |
626 | void | 626 | static void |
627 | do_pre_login(Session *s) | 627 | do_pre_login(Session *s) |
628 | { | 628 | { |
629 | socklen_t fromlen; | 629 | socklen_t fromlen; |