summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 16:47:28 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 16:47:28 +1100
commit81b25cf0a96f516d8ebc4a9b2684b4f46ce79b77 (patch)
treee185fcabc420c91b610d61a0ef8f46670dc486a4 /channels.c
parent23aa96edca3f8db12a7548108c2b05bf1f28a14a (diff)
Forgot -kb
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 6c2fb73a..328a1178 100644
--- a/channels.c
+++ b/channels.c
@@ -16,7 +16,7 @@
*/
#include "includes.h"
-RCSID("$Id: channels.c,v 1.10 1999/12/07 04:38:32 damien Exp $");
+RCSID("$Id: channels.c,v 1.11 1999/12/07 05:47:28 damien Exp $");
#include "ssh.h"
#include "packet.h"
@@ -1178,7 +1178,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",