summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:04:36 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:04:36 +1100
commit71a73671305a2248a6c4a243134ebf28f7d8ee7a (patch)
treec81a7c7ae47bfc385a42cf4f86a9df3af7eeda3e /monitor_wrap.c
parent6d39bcf898f2cf296333590330a2d945f2f123a4 (diff)
- deraadt@cvs.openbsd.org 2006/03/20 18:14:02
[channels.c clientloop.c monitor_wrap.c monitor_wrap.h serverloop.c] [ssh.c sshpty.c sshpty.h] sprinkle u_int throughout pty subsystem, ok markus
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index 7536bf305..e5a65491d 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -636,7 +636,7 @@ mm_send_keystate(struct monitor *monitor)
636} 636}
637 637
638int 638int
639mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) 639mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
640{ 640{
641 Buffer m; 641 Buffer m;
642 char *p, *msg; 642 char *p, *msg;