aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/param.h2
-rw-r--r--sys/vm/vm_object.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 697a96cca916..a900131fe8ec 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1401502
+#define __FreeBSD_version 1401503
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 3e82a5dc7430..1d00bee603f6 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -110,8 +110,8 @@ struct vm_object {
int shadow_count; /* how many objects that this is a shadow for */
vm_memattr_t memattr; /* default memory attribute for pages */
objtype_t type; /* type of pager */
- u_short flags; /* see below */
u_short pg_color; /* (c) color of first page in obj */
+ u_int flags; /* see below */
blockcount_t paging_in_progress; /* (a) Paging (in or out) so don't collapse or destroy */
blockcount_t busy; /* (a) object is busy, disallow page busy. */
int resident_page_count; /* number of resident pages */