summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-30 00:15:29 +0000
committerbrian <brian@FreeBSD.org>2000-10-30 00:15:29 +0000
commit6d9a542bce3cadf1a0aab81517098220c69362cc (patch)
tree88db3e0d746dc0d3788ec5c519372ae4dc6520e5 /usr.sbin/ppp/ccp.c
parent09731f0efcb7a4f29d9a36fddaa659397337e443 (diff)
downloadFreeBSD-src-6d9a542bce3cadf1a0aab81517098220c69362cc.zip
FreeBSD-src-6d9a542bce3cadf1a0aab81517098220c69362cc.tar.gz
Various whitespace changes.
Make some functions static.
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 4366863..255d780 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -500,8 +500,8 @@ CcpDecodeConfig(struct fsm *fp, u_char *cp, int plen, int mode_type,
if (o->val.id == cp[0])
break;
if (o == NULL)
- log_Printf(LogCCP, "%s: Warning: Ignoring peer NAK of unsent option\n",
- fp->link->name);
+ log_Printf(LogCCP, "%s: Warning: Ignoring peer NAK of unsent"
+ " option\n", fp->link->name);
else {
memcpy(&o->val, cp, length);
if ((*algorithm[f]->o.Set)(&o->val) == MODE_ACK)
OpenPOWER on IntegriCloud