summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-03 22:48:49 +1100
committerDamien Miller <djm@mindrot.org>2000-03-03 22:48:49 +1100
commit00d4bb117a7dee724636d970de7287cb183ad3b3 (patch)
treeb6e55fc6189af23a9361cc464b8ac13c594c6568
parent3c7eeb2af5e97c074ea1ba29f1ebe7a2d710ea48 (diff)
- DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
- Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
-rw-r--r--ChangeLog2
-rw-r--r--bsd-snprintf.c2
-rw-r--r--bsd-snprintf.h3
-rw-r--r--ssh.14
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 735444f1..a385446b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
- Don't permanently fail on bind() if getaddrinfo has more choices left for
us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
Miskiewicz <misiek@pld.org.pl>
+ - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
+ - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
20000302
- Big cleanup of autoconf code
diff --git a/bsd-snprintf.c b/bsd-snprintf.c
index c1dcdab4..69534ecf 100644
--- a/bsd-snprintf.c
+++ b/bsd-snprintf.c
@@ -126,7 +126,7 @@ vsnprintf(str, n, fmt, ap)
char *str;
size_t n;
char *fmt;
- char *ap;
+ va_list *ap;
{
struct sigaction osa, nsa;
char *p;
diff --git a/bsd-snprintf.h b/bsd-snprintf.h
index d4f83aac..2360f7bf 100644
--- a/bsd-snprintf.h
+++ b/bsd-snprintf.h
@@ -4,13 +4,14 @@
#include "config.h"
#include <sys/types.h> /* For size_t */
+#include <varargs.h> /* For va_list */
#ifndef HAVE_SNPRINTF
int snprintf(char *str, size_t n, char const *fmt, ...);
#endif /* !HAVE_SNPRINTF */
#ifndef HAVE_VSNPRINTF
-int vsnprintf(char *str, size_t n, char *fmt, char *ap);
+int vsnprintf(char *str, size_t n, char *fmt, va_list *ap);
#endif /* !HAVE_SNPRINTF */
diff --git a/ssh.1 b/ssh.1
index b6790f32..7bea1b13 100644
--- a/ssh.1
+++ b/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.16 2000/01/22 08:57:40 damien Exp $
+.\" $Id: ssh.1,v 1.17 2000/03/03 11:48:49 damien Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -626,7 +626,7 @@ forward privileged ports.
Gives the verbosity level that is used when logging messages from
.Nm ssh .
The possible values are:
-QUIET, FATAL, ERROR, INFO, CHAT and DEBUG.
+QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
The default is INFO.
.It Cm NumberOfPasswordPrompts
Specifies the number of password prompts before giving up. The