Update a DB_SET to DB_FUNC I missed yesterday.

This commit is contained in:
John Baldwin 2006-03-08 15:47:48 +00:00
parent 689686bf2f
commit 8abafcd00f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156433

View File

@ -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");
}