summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-23 18:21:05 +1000
committerDamien Miller <djm@mindrot.org>2012-04-23 18:21:05 +1000
commitba77e1f67311fc76fe7ce460f7f03b6528383cbc (patch)
treeedec032515c845e4512054b3f182bbce72c66495 /channels.c
parent70b2d5550bd29c426414cca1d2ef9c2f6fbf5823 (diff)
- djm@cvs.openbsd.org 2012/04/23 08:18:17
[channels.c] fix function proto/source mismatch
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index cacd2fe55..7791febd7 100644
--- a/channels.c
+++ b/channels.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: channels.c,v 1.317 2012/04/11 13:16:19 djm Exp $ */ 1/* $OpenBSD: channels.c,v 1.318 2012/04/23 08:18:17 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -2134,7 +2134,7 @@ channel_handler(chan_fn *ftab[], fd_set *readset, fd_set *writeset,
2134 */ 2134 */
2135void 2135void
2136channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, 2136channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp,
2137 u_int *nallocp, int *minwait_secs, int rekeying) 2137 u_int *nallocp, time_t *minwait_secs, int rekeying)
2138{ 2138{
2139 u_int n, sz, nfdset; 2139 u_int n, sz, nfdset;
2140 2140