aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/rmhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/rmhook.c')
-rw-r--r--usr.sbin/ngctl/rmhook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c
index 4af398e34e5a..834cc0c909d9 100644
--- a/usr.sbin/ngctl/rmhook.c
+++ b/usr.sbin/ngctl/rmhook.c
@@ -55,7 +55,7 @@ static int
RmHookCmd(int ac, char **av)
{
struct ngm_rmhook rmh;
- char *path = ".";
+ const char *path = ".";
/* Get arguments */
switch (ac) {