aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/rmhook.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-26 10:27:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-26 10:27:18 +0000
commit723c1c2ee877347697efcbdb5667908b47e60514 (patch)
tree19c1d148874db0b1a5c18f726c2a1fc177e69dc5 /usr.sbin/ngctl/rmhook.c
parent68b7b3a961632847e8a57189e40437ec2127189b (diff)
downloadsrc-723c1c2ee877347697efcbdb5667908b47e60514.tar.gz
src-723c1c2ee877347697efcbdb5667908b47e60514.zip
Make this WARNS=3 clean.
Notes
Notes: svn path=/head/; revision=125011
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) {