mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Update a DB_SET to DB_FUNC I missed yesterday.
This commit is contained in:
parent
689686bf2f
commit
8abafcd00f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156433
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user