=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.317 retrieving revision 1.318 diff -u -r1.317 -r1.318 --- src/usr.bin/ssh/channels.c 2012/04/11 13:16:19 1.317 +++ src/usr.bin/ssh/channels.c 2012/04/23 08:18:17 1.318 @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.c,v 1.317 2012/04/11 13:16:19 djm Exp $ */ +/* $OpenBSD: channels.c,v 1.318 2012/04/23 08:18:17 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -2112,7 +2112,7 @@ */ void channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, - u_int *nallocp, int *minwait_secs, int rekeying) + u_int *nallocp, time_t *minwait_secs, int rekeying) { u_int n, sz, nfdset;