summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/command.c')
-rw-r--r--usr.sbin/sade/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c
index a9913d1..b3968df 100644
--- a/usr.sbin/sade/command.c
+++ b/usr.sbin/sade/command.c
@@ -92,7 +92,7 @@ addit(char *key, int type, void *cmd, void *data)
/* Add a shell command under a given key */
void
-command_shell_add(char *key, char *fmt, ...)
+command_shell_add(char *key, const char *fmt, ...)
{
va_list args;
char *cmd;
OpenPOWER on IntegriCloud