mouring at etoh.eviladmin.org
2001-Apr-20 04:46 UTC
[patch] one warning, one omission, and two requests; portable CVS
On Fri, 20 Apr 2001, Tom Holroyd wrote:> +++ scp.c Fri Apr 20 13:45:32 2001 > @@ -82,6 +82,7 @@ > #include "pathnames.h" > #include "log.h" > #include "misc.h" > +#include "scp-common.h" ><scratches head> Where did that get dropped out.. Thanks.. - Ben
Tom Holroyd
2001-Apr-20 04:51 UTC
[patch] one warning, one omission, and two requests; portable CVS
Requests first: after a build, "make" always remakes all the .out
files;
maybe we could add a few dependencies there? And could we possibly have a
few more '@if' lines in the Makefile to quiet it down?
These should be obvious:
--- #readpass.c Fri Apr 20 13:17:39 2001
+++ readpass.c Fri Apr 20 13:37:26 2001
@@ -43,7 +43,7 @@
#include "ssh.h"
char *
-ssh_askpass(char *askpass, char *msg)
+ssh_askpass(char *askpass, const char *msg)
{
pid_t pid;
size_t len;
--- #scp.c Fri Apr 20 13:17:39 2001
+++ scp.c Fri Apr 20 13:45:32 2001
@@ -82,6 +82,7 @@
#include "pathnames.h"
#include "log.h"
#include "misc.h"
+#include "scp-common.h"
#ifdef HAVE___PROGNAME
extern char *__progname;
Apparently Analagous Threads
- Compile-time warning in readpass.c
- [Bug 3571] New: Canceling SSH_ASKPASS actually sends an empty string
- 2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
- [David Huggins-Daines <dhd@plcom.on.ca>] Bug#52414: ssh-add uses ssh-askpass, but ssh doesn't
- [PATCH] PreferAskpass in ssh_config