summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/bsd-misc.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fd4abbb1..cc8513d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,7 @@
48 [channels.c channels.h serverloop.c session.c session.h] 48 [channels.c channels.h serverloop.c session.c session.h]
49 simplify session close: no more delayed session_close, no more 49 simplify session close: no more delayed session_close, no more
50 blocking wait() calls. 50 blocking wait() calls.
51 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
51 52
5220011007 5320011007
53 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. 54 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6693,4 +6694,4 @@
6693 - Wrote replacements for strlcpy and mkdtemp 6694 - Wrote replacements for strlcpy and mkdtemp
6694 - Released 1.0pre1 6695 - Released 1.0pre1
6695 6696
6696$Id: ChangeLog,v 1.1598 2001/10/10 05:14:37 djm Exp $ 6697$Id: ChangeLog,v 1.1599 2001/10/10 20:38:55 mouring Exp $
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index eb3a5407e..7bf46dd75 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -23,10 +23,8 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26#include "xmalloc.h"
27#include "ssh.h"
28 26
29RCSID("$Id: bsd-misc.c,v 1.4 2001/04/09 14:50:56 stevesk Exp $"); 27RCSID("$Id: bsd-misc.c,v 1.5 2001/10/10 20:38:56 mouring Exp $");
30 28
31char *get_progname(char *argv0) 29char *get_progname(char *argv0)
32{ 30{