summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index 6c2fb73aa..328a11781 100644
--- a/channels.c
+++ b/channels.c
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$Id: channels.c,v 1.10 1999/12/07 04:38:32 damien Exp $"); 19RCSID("$Id: channels.c,v 1.11 1999/12/07 05:47:28 damien Exp $");
20 20
21#include "ssh.h" 21#include "ssh.h"
22#include "packet.h" 22#include "packet.h"
@@ -1178,7 +1178,7 @@ x11_create_display_inet(int screen_number)
1178 1178
1179static 1179static
1180int 1180int
1181connect_local_xsocket(unsigned dnr) 1181connect_local_xsocket(unsigned int dnr)
1182{ 1182{
1183 static const char *const x_sockets[] = { 1183 static const char *const x_sockets[] = {
1184 X_UNIX_PATH "%u", 1184 X_UNIX_PATH "%u",