/[hurd]/hurd/libdiskfs/disk-pager.c
ViewVC logotype

Diff of /hurd/libdiskfs/disk-pager.c

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

revision 1.9 by roland, Mon Dec 31 23:52:44 2001 UTC revision 1.10 by roland, Wed May 8 09:56:56 2002 UTC
# Line 1  Line 1 
1  /* Map the disk image and handle faults accessing it.  /* Map the disk image and handle faults accessing it.
2     Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc.     Copyright (C) 1996,97,99,2001,02 Free Software Foundation, Inc.
3     Written by Roland McGrath.     Written by Roland McGrath.
4    
5     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 95  fault_handler (int sig, long int sigcode Line 95  fault_handler (int sig, long int sigcode
95      {      {
96        error (0, 0,        error (0, 0,
97               "BUG: unexpected fault on disk image (%d, %#lx) in [%#lx,%#lx)"               "BUG: unexpected fault on disk image (%d, %#lx) in [%#lx,%#lx)"
98               " eip %#x err %#x",               " eip %#zx err %#x",
99               sig, sigcode,               sig, sigcode,
100               preemptor.first, preemptor.last,               preemptor.first, preemptor.last,
101               scp->sc_pc, scp->sc_error);               scp->sc_pc, scp->sc_error);

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

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