summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-30 00:15:27 +0000
committerbrian <brian@FreeBSD.org>2000-10-30 00:15:27 +0000
commit09731f0efcb7a4f29d9a36fddaa659397337e443 (patch)
tree56894800839d5c5219f06722c6b749e92fa4c0e1 /usr.sbin/ppp
parent06792c58d5296e43c29af28744e2aa418b29c02c (diff)
downloadFreeBSD-src-09731f0efcb7a4f29d9a36fddaa659397337e443.zip
FreeBSD-src-09731f0efcb7a4f29d9a36fddaa659397337e443.tar.gz
staticise mbuftype()
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c
index 1f1fff5..756cfd9 100644
--- a/usr.sbin/ppp/mbuf.c
+++ b/usr.sbin/ppp/mbuf.c
@@ -75,7 +75,7 @@ m_length(struct mbuf *bp)
return len;
}
-const char *
+static const char *
mbuftype(int type)
{
static const char * const mbufdesc[MB_MAX] = {
OpenPOWER on IntegriCloud