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/pppd/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pppd') diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 663d5e0bd4f3..f18131ca55e3 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -430,7 +430,7 @@ static struct cmd { #define IMPLEMENTATION "" #endif -static char *usage_string = "\ +static const char usage_string[] = "\ pppd version %s patch level %d%s\n\ Usage: %s [ options ], where options are:\n\ Communicate over the named device\n\ -- cgit v1.3