From 3e9771d2907f514c7b5418b0e0341b83b8b6a27d Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Thu, 5 Mar 2009 08:01:19 +0000 Subject: [PATCH] mark a function static, as it is --- sbin/ipfw/altq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/altq.c b/sbin/ipfw/altq.c index 088b80eee29d..b00a1e07041f 100644 --- a/sbin/ipfw/altq.c +++ b/sbin/ipfw/altq.c @@ -121,7 +121,7 @@ altq_name_to_qid(const char *name) return altq->qid; } -const char * +static const char * altq_qid_to_name(u_int32_t qid) { struct pf_altq *altq;