From 09731f0efcb7a4f29d9a36fddaa659397337e443 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 30 Oct 2000 00:15:27 +0000 Subject: staticise mbuftype() --- usr.sbin/ppp/mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp') 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] = { -- cgit v1.1