summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.h
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-03-01 11:04:30 +0000
committerbrucec <brucec@FreeBSD.org>2011-03-01 11:04:30 +0000
commit3bd182f4eb0bc70fc8787856b669e6ef98e158b9 (patch)
tree8384d64cfbfbe4ef1a7fa90cb340a74efb572dd3 /sys/vm/vm_map.h
parenta3f6bc2c11ac49c9b576b67677d247916710b990 (diff)
downloadFreeBSD-src-3bd182f4eb0bc70fc8787856b669e6ef98e158b9.zip
FreeBSD-src-3bd182f4eb0bc70fc8787856b669e6ef98e158b9.tar.gz
Change the return type of vmspace_swap_count to a long to match the other
vmspace_*_count functions. MFC after: 3 days
Diffstat (limited to 'sys/vm/vm_map.h')
-rw-r--r--sys/vm/vm_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index 9b3793a..4335efe 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -380,6 +380,6 @@ int vm_map_unwire(vm_map_t map, vm_offset_t start, vm_offset_t end,
int flags);
int vm_map_wire(vm_map_t map, vm_offset_t start, vm_offset_t end,
int flags);
-vm_offset_t vmspace_swap_count(struct vmspace *vmspace);
+long vmspace_swap_count(struct vmspace *vmspace);
#endif /* _KERNEL */
#endif /* _VM_MAP_ */
OpenPOWER on IntegriCloud