From bc488ed1ad98bc93070ec67c24a2a758c30a58c2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 27 Nov 2000 08:18:58 +0000 Subject: Constify --- usr.sbin/stallion/stlload/stlload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/stallion/stlload/stlload.c') diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 163f4ff99cf3..552fce3ce842 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -55,7 +55,7 @@ static const char rcsid[] = /*****************************************************************************/ char *version = "1.0.0"; -char *defdevice = "/dev/staliomem%d"; +const char defdevice[] = "/dev/staliomem%d"; char *image = BOOTDIR "/cdk.sys"; char *oldimage = BOOTDIR "/2681.sys"; -- cgit v1.2.3