svn commit: r310353 - projects/ipsec/sys/netipsec
Andrey V. Elsukov
ae at FreeBSD.org
Wed Dec 21 07:26:06 UTC 2016
Author: ae
Date: Wed Dec 21 07:26:04 2016
New Revision: 310353
URL: https://svnweb.freebsd.org/changeset/base/310353
Log:
Make ipsec_common_input() static.
Modified:
projects/ipsec/sys/netipsec/ipsec_input.c
Modified: projects/ipsec/sys/netipsec/ipsec_input.c
==============================================================================
--- projects/ipsec/sys/netipsec/ipsec_input.c Wed Dec 21 07:05:34 2016 (r310352)
+++ projects/ipsec/sys/netipsec/ipsec_input.c Wed Dec 21 07:26:04 2016 (r310353)
@@ -110,7 +110,7 @@
* and call the appropriate transform. The transform callback
* takes care of further processing (like ingress filtering).
*/
-int
+static int
ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto)
{
char buf[IPSEC_ADDRSTRLEN];
More information about the svn-src-projects
mailing list