diff options
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r-- | sys/vm/vm_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 6a9f129..568a0d5 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -143,7 +143,7 @@ struct vm_object { int swp_bcount; } swp; } un_pager; - struct uidinfo *uip; + struct ucred *cred; vm_ooffset_t charge; }; |