svn commit: r280690 - head/sys/netpfil/pf

Sergey Kandaurov pluknet at FreeBSD.org
Thu Mar 26 13:31:05 UTC 2015


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)
 {


More information about the svn-src-all mailing list