[COMMIT] Fix procfs_xfer_partial

Mark Kettenis mark.kettenis@xs4all.nl
Fri Oct 8 19:25:00 GMT 2004


   Date: Tue, 05 Oct 2004 09:18:27 -0400
   From: Andrew Cagney <cagney@gnu.org>

   > -	return (*ops->to_xfer_memory) (offset, readbuf, len, 1/*write*/,
   > +	return (*ops->to_xfer_memory) (offset, writebuf, len, 1/*write*/,
   >  				       NULL, ops);

   You'll need to cast away the constantness of writebuf.  Something 
   detected with -Werror ;-)

Darn.  Not with gcc-3.2.3.  I'll try to fix this over the weekend
(I've been away from home for a few days).

Mark



More information about the Gdb-patches mailing list