summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-05-22 09:58:48 +0000
committeruqs <uqs@FreeBSD.org>2011-05-22 09:58:48 +0000
commit1eb41d92b5e12674e34256329830096b1432868b (patch)
tree9d3a99569ea284afddabcbcb0bd10cca49724cf6 /sys/gnu
parentd86220fde078888966612303fd973f82aa06c32a (diff)
downloadFreeBSD-src-1eb41d92b5e12674e34256329830096b1432868b.zip
FreeBSD-src-1eb41d92b5e12674e34256329830096b1432868b.tar.gz
Fix typo in unused function name
Submitted by: arundel
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/support/kdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/support/kdb.c b/sys/gnu/fs/xfs/FreeBSD/support/kdb.c
index 274f23d..b133dfe 100644
--- a/sys/gnu/fs/xfs/FreeBSD/support/kdb.c
+++ b/sys/gnu/fs/xfs/FreeBSD/support/kdb.c
@@ -56,7 +56,7 @@ kdb_getarea_size(void *res, unsigned long addr, size_t size)
}
int
-db_putarea_size(unsigned long addr, void *res, size_t size)
+kdb_putarea_size(unsigned long addr, void *res, size_t size)
{
return 0;
}
OpenPOWER on IntegriCloud