=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/mux.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/ssh/mux.c 2013/07/12 00:19:58 1.44 +++ src/usr.bin/ssh/mux.c 2014/04/28 03:09:18 1.45 @@ -1,4 +1,4 @@ -/* $OpenBSD: mux.c,v 1.44 2013/07/12 00:19:58 djm Exp $ */ +/* $OpenBSD: mux.c,v 1.45 2014/04/28 03:09:18 djm Exp $ */ /* * Copyright (c) 2002-2008 Damien Miller * @@ -997,7 +997,7 @@ { struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx; Buffer in, out; - void *ptr; + const u_char *ptr; u_int type, rid, have, i; int ret = -1; @@ -1409,7 +1409,7 @@ { Buffer queue; u_int need, have; - void *ptr; + const u_char *ptr; int oerrno; buffer_init(&queue);