=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dispatch.c,v retrieving revision 1.16 retrieving revision 1.16.10.1 diff -u -r1.16 -r1.16.10.1 --- src/usr.bin/ssh/dispatch.c 2003/04/08 20:21:28 1.16 +++ src/usr.bin/ssh/dispatch.c 2006/10/06 03:19:32 1.16.10.1 @@ -1,3 +1,4 @@ +/* $OpenBSD: dispatch.c,v 1.16.10.1 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -21,9 +22,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" -RCSID("$OpenBSD: dispatch.c,v 1.16 2003/04/08 20:21:28 itojun Exp $"); +#include + +#include +#include + #include "ssh1.h" #include "ssh2.h" #include "log.h" @@ -76,7 +80,7 @@ dispatch[type] = fn; } void -dispatch_run(int mode, int *done, void *ctxt) +dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) { for (;;) { int type;