Author: luigi
Date: Thu Mar  5 08:01:19 2009
New Revision: 189394
URL: http://svn.freebsd.org/changeset/base/189394

Log:
  mark a function static, as it is

Modified:
  head/sbin/ipfw/altq.c

Modified: head/sbin/ipfw/altq.c
==============================================================================
--- head/sbin/ipfw/altq.c       Thu Mar  5 07:42:47 2009        (r189393)
+++ head/sbin/ipfw/altq.c       Thu Mar  5 08:01:19 2009        (r189394)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to