/[hurd]/hurd/tmpfs/pager-stubs.c
ViewVC logotype

Diff of /hurd/tmpfs/pager-stubs.c

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

revision 1.1 by roland, Mon Feb 26 04:13:58 2001 UTC revision 1.1.2.1 by ams, Thu Aug 25 18:34:17 2005 UTC
# Line 1  Line 1 
1  /* stupid stub functions never called, needed because libdiskfs uses libpager  /* stupid stub functions never called, needed because libdiskfs uses libpager
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2005 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 57  pager_unlock_page (struct user_pager_inf Line 57  pager_unlock_page (struct user_pager_inf
57    return EIEIO;    return EIEIO;
58  }  }
59    
60    void
61    pager_notify_evict (struct user_pager_info *pager,
62                        vm_offset_t page)
63    {
64      abort();
65    }
66    
67    
68  /* The user must define this function.  It should report back (in  /* The user must define this function.  It should report back (in
69     *OFFSET and *SIZE the minimum valid address the pager will accept     *OFFSET and *SIZE the minimum valid address the pager will accept
70     and the size of the object.   */     and the size of the object.   */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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