08fc2550dd
on ssh anyways, but better to make sure). Fixed some more ssh_*_{en,de}code calls missing necessary casts. Disabled x11-security extension on x86_64 as it does not work there (uses xauth instead). Updated pkgrevision.
14 lines
622 B
Text
14 lines
622 B
Text
$NetBSD: patch-bd,v 1.1 2006/09/22 13:58:46 kivinen Exp $
|
|
|
|
--- apps/ssh/sshchx11.c.orig 2003-12-03 15:17:25.000000000 +0200
|
|
+++ apps/ssh/sshchx11.c
|
|
@@ -492,7 +492,8 @@ void ssh_channel_x11_send_request(SshCom
|
|
|
|
ssh_buffer_init(&buffer);
|
|
ssh_encode_buffer(&buffer,
|
|
- SSH_FORMAT_BOOLEAN, FALSE, /* XXX single-connection */
|
|
+ SSH_FORMAT_BOOLEAN,
|
|
+ (Boolean) FALSE, /* XXX single-connection */
|
|
SSH_FORMAT_UINT32_STR,
|
|
ct->x11_fake_proto, ct->x11_fake_proto_len,
|
|
SSH_FORMAT_UINT32_STR, new_data, strlen(new_data),
|