From 4c39d3d5d3a9a029eecd375d4c55d91ed234cc9c Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 28 Jan 2008 03:23:29 +0000 Subject: clean for WARNS=4 --- hunt/huntd/pathname.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/pathname.c') 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 #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 -- cgit v1.2.3