summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-10 18:56:09 +0000
committerdg <dg@FreeBSD.org>1995-05-10 18:56:09 +0000
commita2a89cc5d76e3cce6d2f366e27d157dcf019f31b (patch)
tree7bba9e7f3693aeb1cf5c662fe04d148249e6339f /sys/vm/vm_pager.c
parente910183d902fd3287d9b2f0514ff0cf7ac64a4b9 (diff)
downloadFreeBSD-src-a2a89cc5d76e3cce6d2f366e27d157dcf019f31b.zip
FreeBSD-src-a2a89cc5d76e3cce6d2f366e27d157dcf019f31b.tar.gz
Changed "handle" from type caddr_t to void *; "handle" is several different
types of pointers, and "char *" is a bad choice for the type.
Diffstat (limited to 'sys/vm/vm_pager.c')
-rw-r--r--sys/vm/vm_pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index 8b84f65..f7f1976 100644
--- a/sys/vm/vm_pager.c
+++ b/sys/vm/vm_pager.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pager.c,v 1.13 1995/03/11 22:25:20 davidg Exp $
+ * $Id: vm_pager.c,v 1.14 1995/04/25 06:22:47 davidg Exp $
*/
/*
@@ -157,7 +157,7 @@ vm_pager_bufferinit()
vm_pager_t
vm_pager_allocate(type, handle, size, prot, off)
int type;
- caddr_t handle;
+ void *handle;
vm_size_t size;
vm_prot_t prot;
vm_offset_t off;
OpenPOWER on IntegriCloud