diff options
author | smart <smart@cvs.openbsd.org> | 2001-03-22 03:05:58 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-03-22 03:05:58 +0000 |
commit | 80fbdb56b71a03079797681445932c9923f5020e (patch) | |
tree | eb00f62b05e7c379bd5703f4122c0c5ff579cfc7 /sys/uvm/uvm_page.h | |
parent | 44b8e549ef87f77e2b48c08e7c4994efeea39676 (diff) |
Sync style, typo, and comments a little closer to NetBSD. art@ ok
Diffstat (limited to 'sys/uvm/uvm_page.h')
-rw-r--r-- | sys/uvm/uvm_page.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_page.h b/sys/uvm/uvm_page.h index d5bbb726820..08fee83ed07 100644 --- a/sys/uvm/uvm_page.h +++ b/sys/uvm/uvm_page.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_page.h,v 1.6 2001/03/09 05:34:38 smart Exp $ */ +/* $OpenBSD: uvm_page.h,v 1.7 2001/03/22 03:05:56 smart Exp $ */ /* $NetBSD: uvm_page.h,v 1.13 1999/06/21 17:25:12 thorpej Exp $ */ /* @@ -117,8 +117,7 @@ vaddr_t uvm_pageboot_alloc __P((vsize_t)); PAGE_INLINE void uvm_pagecopy __P((struct vm_page *, struct vm_page *)); PAGE_INLINE void uvm_pagedeactivate __P((struct vm_page *)); void uvm_pagefree __P((struct vm_page *)); -PAGE_INLINE struct vm_page *uvm_pagelookup - __P((struct uvm_object *, vaddr_t)); +PAGE_INLINE struct vm_page *uvm_pagelookup __P((struct uvm_object *, vaddr_t)); void uvm_pageremove __P((struct vm_page *)); /* uvm_pagerename: not needed */ PAGE_INLINE void uvm_pageunwire __P((struct vm_page *)); |