summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/monitor_wrap.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-20 18:14:02 +0000
committerderaadt <deraadt@openbsd.org>2006-03-20 18:14:02 +0000
commit39b7de2da600432479e8bb33cfda38e86c7f59a7 (patch)
tree60f0172c7c669551b3f6a9bc6cd95624138b391f /usr.bin/ssh/monitor_wrap.c
parentmake `rcs -a' use cvs_strsplit() for easiness; OK joris@. (diff)
downloadwireguard-openbsd-39b7de2da600432479e8bb33cfda38e86c7f59a7.tar.xz
wireguard-openbsd-39b7de2da600432479e8bb33cfda38e86c7f59a7.zip
sprinkle u_int throughout pty subsystem, ok markus
Diffstat (limited to 'usr.bin/ssh/monitor_wrap.c')
-rw-r--r--usr.bin/ssh/monitor_wrap.c2
1 files changed, 1 insertions, 1 deletions
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;