diff options
author | 2006-03-20 18:14:02 +0000 | |
---|---|---|
committer | 2006-03-20 18:14:02 +0000 | |
commit | 39b7de2da600432479e8bb33cfda38e86c7f59a7 (patch) | |
tree | 60f0172c7c669551b3f6a9bc6cd95624138b391f /usr.bin/ssh/monitor_wrap.h | |
parent | make `rcs -a' use cvs_strsplit() for easiness; OK joris@. (diff) | |
download | wireguard-openbsd-39b7de2da600432479e8bb33cfda38e86c7f59a7.tar.xz wireguard-openbsd-39b7de2da600432479e8bb33cfda38e86c7f59a7.zip |
sprinkle u_int throughout pty subsystem, ok markus
Diffstat (limited to 'usr.bin/ssh/monitor_wrap.h')
-rw-r--r-- | usr.bin/ssh/monitor_wrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/monitor_wrap.h b/usr.bin/ssh/monitor_wrap.h index 16b8140a79b..132ba646545 100644 --- a/usr.bin/ssh/monitor_wrap.h +++ b/usr.bin/ssh/monitor_wrap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.h,v 1.14 2004/06/21 17:36:31 avsm Exp $ */ +/* $OpenBSD: monitor_wrap.h,v 1.15 2006/03/20 18:14:02 deraadt Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> @@ -67,7 +67,7 @@ OM_uint32 mm_ssh_gssapi_checkmic(Gssctxt *, gss_buffer_t, gss_buffer_t); struct Session; void mm_terminate(void); -int mm_pty_allocate(int *, int *, char *, int); +int mm_pty_allocate(int *, int *, char *, size_t); void mm_session_pty_cleanup2(struct Session *); /* SSHv1 interfaces */ |