diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/vm/vm_pager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/vm/vm_pager.h b/sys/include/vm/vm_pager.h index 34815a3..e0503e0 100644 --- a/sys/include/vm/vm_pager.h +++ b/sys/include/vm/vm_pager.h @@ -38,6 +38,7 @@ struct vm_object; struct vm_pagerops; extern const struct vm_pagerops vm_vnops; +extern const struct vm_pagerops vm_anonops; /* |