function typo in xfs sources

Alexander Best arundel at freebsd.org
Fri May 6 23:34:20 UTC 2011


hi there,

while experimenting with 'gcc -Wmissing-declarations', i stumbled upon the
following typo. it would be nice, if anybody could correct this.

thanks in advance.
alex

-- 
a13x
-------------- next part --------------
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;
 }


More information about the freebsd-hackers mailing list