summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
committerkris <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
commit75f6720a4fc6401c19a5e4474df9b1d9104b2dc9 (patch)
tree4960d8037ea91dcdca10556db312dee3b8642bed /usr.sbin/pppd
parent608224f4ac19ddf0283c2ea0090951a7a6d4790f (diff)
downloadFreeBSD-src-75f6720a4fc6401c19a5e4474df9b1d9104b2dc9.zip
FreeBSD-src-75f6720a4fc6401c19a5e4474df9b1d9104b2dc9.tar.gz
Constify
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c
index 663d5e0..f18131c 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\
OpenPOWER on IntegriCloud