From 5269dd341cd137829f110a77ccd91d1b7185549c Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 27 Dec 1999 11:54:57 +0000 Subject: Add a bunch of `const's and fix a typo. Submitted by: Rich Neswold --- usr.sbin/ppp/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/lcp.c') diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 0c2bc08..8df2061 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -101,10 +101,10 @@ static struct fsm_callbacks lcp_Callbacks = { fsm_NullRecvResetAck }; -static const char *lcp_TimerNames[] = +static const char * const lcp_TimerNames[] = {"LCP restart", "LCP openmode", "LCP stopped"}; -static const char *cftypes[] = { +static const char * const cftypes[] = { /* Check out the latest ``Assigned numbers'' rfc (rfc1700.txt) */ "???", "MRU", /* 1: Maximum-Receive-Unit */ -- cgit v1.1