aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-11-27 08:18:58 +0000
commitbc488ed1ad98bc93070ec67c24a2a758c30a58c2 (patch)
tree53bba2e65c5518913a5fe59b982885e327c37d9f /usr.sbin/pppd
parent4887d15929686964c6552d6405a810cddc4e93d6 (diff)
downloadsrc-bc488ed1ad98bc93070ec67c24a2a758c30a58c2.tar.gz
src-bc488ed1ad98bc93070ec67c24a2a758c30a58c2.zip
Constify
Notes
Notes: svn path=/head/; revision=69260
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 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\