Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-01-27 12:01:13 +00:00
5 changed files with 46 additions and 31 deletions

2
cmd.c
View File

@ -444,7 +444,7 @@ cmd_get_alias(const char *name)
}
/* Look up a command entry by name. */
static const struct cmd_entry *
const struct cmd_entry *
cmd_find(const char *name, char **cause)
{
const struct cmd_entry **loop, *entry, *found = NULL;