diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-25 14:06:14 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-25 14:06:14 +0100 |
commit | ed3986a00492c5a7f1f284f724dc4dd4063ea785 (patch) | |
tree | 564695a7a2c2a852ff7f5f31d8d1096f484a46d5 /monitor_wrap.h | |
parent | - djm@cvs.openbsd.org 2006/03/20 04:08:18 (diff) | |
download | openssh-ed3986a00492c5a7f1f284f724dc4dd4063ea785.tar.xz openssh-ed3986a00492c5a7f1f284f724dc4dd4063ea785.zip |
- deraadt@cvs.openbsd.org 2006/03/20 18:14:02
[monitor_wrap.h sshpty.h]
sprinkle u_int throughout pty subsystem, ok markus
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index 310b42513..8ecfdc0e3 100644 --- a/monitor_wrap.h +++ b/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> @@ -82,7 +82,7 @@ void mm_audit_run_command(const char *); 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 */ |