summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-03-08 15:47:48 +0000
committerjhb <jhb@FreeBSD.org>2006-03-08 15:47:48 +0000
commit41901a139a259c2e2a0776d2af6331953c44ec90 (patch)
tree1a1f901a2a1eb9e142f51e0263892808546f9b05 /sys/gnu
parentfdc6dcb89345e8890073a9566d20e05de748d4f7 (diff)
downloadFreeBSD-src-41901a139a259c2e2a0776d2af6331953c44ec90.zip
FreeBSD-src-41901a139a259c2e2a0776d2af6331953c44ec90.tar.gz
Update a DB_SET to DB_FUNC I missed yesterday.
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 8aa57ba..508084b 100644
--- a/sys/gnu/fs/xfs/FreeBSD/support/kdb.c
+++ b/sys/gnu/fs/xfs/FreeBSD/support/kdb.c
@@ -12,7 +12,7 @@
#include <support/kdb.h>
#ifdef DDB
-DB_SET(xfs, xfs_ddb_cmd, db_cmd_set, CS_MORE, NULL)
+DB_FUNC(xfs, xfs_ddb_cmd, db_cmd_set, CS_MORE, NULL)
{
db_error("No commands registered.\n");
}
OpenPOWER on IntegriCloud