summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",