aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mbuf.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-10-30 00:15:27 +0000
committerBrian Somers <brian@FreeBSD.org>2000-10-30 00:15:27 +0000
commit46c20a0ec0cff72759ec9aa47510248b226783c1 (patch)
tree2e959a256bbc1b5a7f55c13a06abcd5a5b368e33 /usr.sbin/ppp/mbuf.c
parenta8d604ab7453c18c004a807fa7003aee1aadf2f7 (diff)
downloadsrc-46c20a0ec0cff72759ec9aa47510248b226783c1.tar.gz
src-46c20a0ec0cff72759ec9aa47510248b226783c1.zip
staticise mbuftype()
Notes
Notes: svn path=/head/; revision=67911
Diffstat (limited to 'usr.sbin/ppp/mbuf.c')
-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 1f1fff50b086..756cfd913ee6 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] = {