/[hurd]/hurd/exec/elfcore.c
ViewVC logotype

Diff of /hurd/exec/elfcore.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by roland, Fri May 3 22:53:52 2002 UTC revision 1.9 by roland, Wed May 29 08:48:38 2002 UTC
# Line 495  dump_core (task_t task, file_t file, off Line 495  dump_core (task_t task, file_t file, off
495          do          do
496            {            {
497              pointer_t copied;              pointer_t copied;
498              int copy_count;              size_t copy_count;
499              err = vm_read (task, va, sz, &copied, &copy_count);              err = vm_read (task, va, sz, &copied, &copy_count);
500              if (err == 0)              if (err == 0)
501                {                {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26