summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-11-25 09:10:33 +0000
committerderaadt <deraadt@openbsd.org>1999-11-25 09:10:33 +0000
commite2b0d7215e89e4f64e93f7213a2795897f7d2f12 (patch)
tree68a377a1f3f5b49213b8da02c611cf8224b177b4
parentIn the cases where we are sure what page size we have, define PAGE_SIZE (diff)
downloadwireguard-openbsd-e2b0d7215e89e4f64e93f7213a2795897f7d2f12.tar.xz
wireguard-openbsd-e2b0d7215e89e4f64e93f7213a2795897f7d2f12.zip
fix type
-rw-r--r--usr.bin/ssh/channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c
index 1db2e920473..81d0113e9e4 100644
--- a/usr.bin/ssh/channels.c
+++ b/usr.bin/ssh/channels.c
@@ -16,7 +16,7 @@
*/
#include "includes.h"
-RCSID("$Id: channels.c,v 1.29 1999/11/24 20:07:25 markus Exp $");
+RCSID("$Id: channels.c,v 1.30 1999/11/25 09:10:33 deraadt Exp $");
#include "ssh.h"
#include "packet.h"
@@ -1180,7 +1180,7 @@ x11_create_display_inet(int screen_number)
static
int
-connect_local_xsocket(unsigned dnr)
+connect_local_xsocket(unsigned int dnr)
{
static const char *const x_sockets[] = {
X_UNIX_PATH "%u",