guestfsd.c: don't perform arithmetic on void pointers
authorJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 07:24:47 +0000 (09:24 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 09:40:24 +0000 (11:40 +0200)
commitff2f3fc656b62ba4291ddb4a7238426c446db7c3
treefb0d7f53e971ca4dfb0943107390136fbd0690be
parente82d864e02f7ab36881c6cda2798bb76370ee6c7
guestfsd.c: don't perform arithmetic on void pointers

* daemon/guestfsd.c (xread, xwrite): Use char* pointers instead.
daemon/guestfsd.c