Displaying 3 results from an estimated 3 matches for "4b8c51c".
2015 Feb 24
4
Call for testing: OpenSSH 6.8
...004 The error code from the last command is 1.
>
> Is this looking for openssl's err.h or something else? if the former,
> shouldn't this be <openssl/err.h>, if the latter - not on this OS.
This should fix it:
diff --git a/regress/netcat.c b/regress/netcat.c
index 84efe11..4b8c51c 100644
--- a/regress/netcat.c
+++ b/regress/netcat.c
@@ -44,7 +44,6 @@
#include <netinet/ip.h>
#include <arpa/telnet.h>
-#include <err.h>
#include <errno.h>
#include <netdb.h>
#include <poll.h>
@@ -122,6 +121,47 @@ void usage(int);
ssize_t drainbuf(int, u...
2015 Feb 24
2
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Kevin Brott wrote:
>
> On Mon, Feb 23, 2015 at 4:53 PM, Damien Miller <djm at mindrot.org> wrote:
>
> This should fix it:
>
> diff --git a/regress/netcat.c b/regress/netcat.c
> index 84efe11..4b8c51c 100644
> --- a/regress/netcat.c
> +++ b/regress/netcat.c
> [sniip]
>
>
>
> This patch applies cleanly against
> openssh-SNAP-20150225.tar.gz and once I remove the other err.h refreence as
> noted later (that patch doesn't apply more than the first...
2015 Feb 24
2
Call for testing: OpenSSH 6.8
On Mon, Feb 23, 2015 at 04:17:37PM -0800, Kevin Brott wrote:
> Hrm - must have been a timing issue or my user error. In any case, just
> pulled the latest commits ...
>
> *AIX 6.1/7.1 now fails here:*
> *...*
> xlc_r -O2 -qarch=ppc -qalloca -I/usr/include
> -I/opt/freeware/include -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include
> -I/opt/freeware/include