summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.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/mp.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/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index 1b63174..2652d46 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/ppp/mp.c
@@ -1076,7 +1076,8 @@ mpserver_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
}
static int
-mpserver_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
+mpserver_Write(struct fdescriptor *d, struct bundle *bundle,
+ const fd_set *fdset)
{
/* We never want to write here ! */
log_Printf(LogALERT, "mpserver_Write: Internal error: Bad call !\n");
OpenPOWER on IntegriCloud