mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
This commit is contained in:
parent
52b77beb65
commit
926ce58d3b
@ -48,6 +48,7 @@
|
|||||||
[channels.c channels.h serverloop.c session.c session.h]
|
[channels.c channels.h serverloop.c session.c session.h]
|
||||||
simplify session close: no more delayed session_close, no more
|
simplify session close: no more delayed session_close, no more
|
||||||
blocking wait() calls.
|
blocking wait() calls.
|
||||||
|
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
|
||||||
|
|
||||||
20011007
|
20011007
|
||||||
- (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
|
- (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
|
||||||
@ -6693,4 +6694,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -23,10 +23,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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)
|
char *get_progname(char *argv0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user