=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/ssh/channels.c 1999/11/24 20:07:25 1.29 +++ src/usr.bin/ssh/channels.c 1999/11/25 09:10:33 1.30 @@ -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 @@ static int -connect_local_xsocket(unsigned dnr) +connect_local_xsocket(unsigned int dnr) { static const char *const x_sockets[] = { X_UNIX_PATH "%u",