=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dispatch.c,v retrieving revision 1.16.10.1 retrieving revision 1.17 diff -u -r1.16.10.1 -r1.17 --- src/usr.bin/ssh/dispatch.c 2006/10/06 03:19:32 1.16.10.1 +++ src/usr.bin/ssh/dispatch.c 2006/03/19 18:51:18 1.17 @@ -1,4 +1,3 @@ -/* $OpenBSD: dispatch.c,v 1.16.10.1 2006/10/06 03:19:32 brad Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -22,12 +21,8 @@ * (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" -#include - -#include -#include - #include "ssh1.h" #include "ssh2.h" #include "log.h" @@ -80,7 +75,7 @@ dispatch[type] = fn; } void -dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) +dispatch_run(int mode, int *done, void *ctxt) { for (;;) { int type;