Author: pluknet
Date: Thu Mar 26 13:31:04 2015
New Revision: 280690
URL: https://svnweb.freebsd.org/changeset/base/280690

Log:
  Static'ize pf_fillup_fragment body to match its declaration.
  
  Missed in 278925.

Modified:
  head/sys/netpfil/pf/pf_norm.c

Modified: head/sys/netpfil/pf/pf_norm.c
==============================================================================
--- head/sys/netpfil/pf/pf_norm.c       Thu Mar 26 12:58:30 2015        
(r280689)
+++ head/sys/netpfil/pf/pf_norm.c       Thu Mar 26 13:31:04 2015        
(r280690)
@@ -386,7 +386,7 @@ pf_create_fragment(u_short *reason)
        return (frent);
 }
 
-struct pf_fragment *
+static struct pf_fragment *
 pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent,
                u_short *reason)
 {
_______________________________________________
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