]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
authorBen Lindstrom <mouring@eviladmin.org>
Wed, 10 Oct 2001 20:38:55 +0000 (20:38 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Wed, 10 Oct 2001 20:38:55 +0000 (20:38 +0000)
ChangeLog
openbsd-compat/bsd-misc.c

index 9fd4abbb1c07d786b7b0f2d9086205ac5b6250fc..cc8513d801d702fdeda51bd006204f04e700cac8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,7 @@
      [channels.c channels.h serverloop.c session.c session.h]
      simplify session close: no more delayed session_close, no more 
      blocking wait() calls.
+ - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c 
 
 20011007
  - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1598 2001/10/10 05:14:37 djm Exp $
+$Id: ChangeLog,v 1.1599 2001/10/10 20:38:55 mouring Exp $
index eb3a5407ed93412f6c96da2be653482725dadd07..7bf46dd755a0b4b94f5a492e839f9dbf38fb00bb 100644 (file)
  */
 
 #include "includes.h"
-#include "xmalloc.h"
-#include "ssh.h"
 
-RCSID("$Id: bsd-misc.c,v 1.4 2001/04/09 14:50:56 stevesk Exp $");
+RCSID("$Id: bsd-misc.c,v 1.5 2001/10/10 20:38:56 mouring Exp $");
 
 char *get_progname(char *argv0)
 {