From 39b7de2da600432479e8bb33cfda38e86c7f59a7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 20 Mar 2006 18:14:02 +0000 Subject: sprinkle u_int throughout pty subsystem, ok markus --- usr.bin/ssh/monitor_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ssh/monitor_wrap.c') diff --git a/usr.bin/ssh/monitor_wrap.c b/usr.bin/ssh/monitor_wrap.c index 038bd5d3645..61728270f65 100644 --- a/usr.bin/ssh/monitor_wrap.c +++ b/usr.bin/ssh/monitor_wrap.c @@ -626,7 +626,7 @@ mm_send_keystate(struct monitor *monitor) } int -mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) +mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) { Buffer m; char *p, *msg; -- cgit v1.2.3-59-g8ed1b