mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
- (bal) Put scp-common.h back into scp.c (it exists in the upstream
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
This commit is contained in:
parent
3f36496e33
commit
82f077d0dc
@ -23,6 +23,8 @@
|
|||||||
[auth2.c]
|
[auth2.c]
|
||||||
use local variable, no function call needed.
|
use local variable, no function call needed.
|
||||||
(btw, hostbased works now with ssh.com >= 2.0.13)
|
(btw, hostbased works now with ssh.com >= 2.0.13)
|
||||||
|
- (bal) Put scp-common.h back into scp.c (it exists in the upstream
|
||||||
|
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
|
||||||
|
|
||||||
20010418
|
20010418
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -5185,4 +5187,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1146 2001/04/19 20:50:07 mouring Exp $
|
$Id: ChangeLog,v 1.1147 2001/04/20 04:59:22 mouring Exp $
|
||||||
|
1
scp.c
1
scp.c
@ -82,6 +82,7 @@ RCSID("$OpenBSD: scp.c,v 1.67 2001/04/16 02:31:43 mouring Exp $");
|
|||||||
#include "pathnames.h"
|
#include "pathnames.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
#include "scp-common.h"
|
||||||
|
|
||||||
#ifdef HAVE___PROGNAME
|
#ifdef HAVE___PROGNAME
|
||||||
extern char *__progname;
|
extern char *__progname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user