diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-27 08:18:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-27 08:18:58 +0000 |
commit | bc488ed1ad98bc93070ec67c24a2a758c30a58c2 (patch) | |
tree | 53bba2e65c5518913a5fe59b982885e327c37d9f /usr.sbin/pppd/options.c | |
parent | 4887d15929686964c6552d6405a810cddc4e93d6 (diff) |
Constify
Notes
Notes:
svn path=/head/; revision=69260
Diffstat (limited to 'usr.sbin/pppd/options.c')
-rw-r--r-- | usr.sbin/pppd/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ <device> Communicate over the named device\n\ |