K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-30T15:02:58.000000Z K 7 svn:log V 426 Because of the way that ptrace() now calls procfs routines to read/write the process's memory, it was possible for the procfs_domem() call to return a residual leftover, but with no errno. Since this is no good for ptrace which ignored the the residual, remap a leftover amount into an errno rather than fooling the caller into thinking it was successful when in fact it was not. Submitted by: bde (a very long time ago :-) END