summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/pathname.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/pathname.c')
-rw-r--r--hunt/huntd/pathname.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/pathname.c b/hunt/huntd/pathname.c
index 76cab204..b95d617d 100644
--- a/hunt/huntd/pathname.c
+++ b/hunt/huntd/pathname.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pathname.c,v 1.3 2003/06/11 12:00:23 wiz Exp $ */
+/* $NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pathname.c,v 1.3 2003/06/11 12:00:23 wiz Exp $");
+__RCSID("$NetBSD: pathname.c,v 1.4 2008/01/28 03:23:29 dholland Exp $");
#endif /* not lint */
/*
@@ -55,7 +55,7 @@ char *Stat_name = "/tmp/hunt.stats";
# else
-char *Driver = HUNTD;
+const char *Driver = HUNTD;
# ifdef INTERNET
u_short Test_port = ('h' << 8) | 't';
# else