aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-12-27 11:54:57 +0000
committerBrian Somers <brian@FreeBSD.org>1999-12-27 11:54:57 +0000
commit182c898a22f7c1d2ff8a1cf8e123e079ea549e80 (patch)
tree0fd8c5842f6a904e51d96744a667232930c5fc7d /usr.sbin/ppp/bundle.c
parent5b78bdf8aaee25d85b587df12983b3764cb47977 (diff)
downloadsrc-182c898a22f7c1d2ff8a1cf8e123e079ea549e80.tar.gz
src-182c898a22f7c1d2ff8a1cf8e123e079ea549e80.zip
Add a bunch of `const's and fix a typo.
Submitted by: Rich Neswold <rneswold@MCS.Net>
Notes
Notes: svn path=/head/; revision=55146
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index d55172d1b940..ebacb5ab8932 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -103,7 +103,7 @@
static int bundle_RemainingIdleTime(struct bundle *);
-static const char *PhaseNames[] = {
+static const char * const PhaseNames[] = {
"Dead", "Establish", "Authenticate", "Network", "Terminate"
};