summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-06-01 14:57:55 +0000
committerattilio <attilio@FreeBSD.org>2012-06-01 14:57:55 +0000
commite761e0c4bc4de3f2cec12facd940650a6d91a306 (patch)
tree77c75013496bd54130eaeb687abfbc306eb3fe0e /sys/vm/vm_radix.h
parentab9d63eba7028355b8088854e562bf4b30634c39 (diff)
parent93f33aca235863c198489ffb08994a6ca86e897e (diff)
downloadFreeBSD-src-e761e0c4bc4de3f2cec12facd940650a6d91a306.zip
FreeBSD-src-e761e0c4bc4de3f2cec12facd940650a6d91a306.tar.gz
MFC
Diffstat (limited to 'sys/vm/vm_radix.h')
-rw-r--r--sys/vm/vm_radix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_radix.h b/sys/vm/vm_radix.h
index b416f7e..2ec9293 100644
--- a/sys/vm/vm_radix.h
+++ b/sys/vm/vm_radix.h
@@ -63,7 +63,7 @@ int vm_radix_lookupn(struct vm_radix *, vm_pindex_t, vm_pindex_t, int,
void **, int, vm_pindex_t *);
void *vm_radix_lookup_le(struct vm_radix *, vm_pindex_t, int);
void vm_radix_reclaim_allnodes(struct vm_radix *);
-void *vm_radix_remove(struct vm_radix *, vm_pindex_t, int);
+void vm_radix_remove(struct vm_radix *, vm_pindex_t, int);
/*
* Look up any entry at a position greater or equal to index.
OpenPOWER on IntegriCloud