svn commit: r275159 - head/sys/netipsec

Andrey V. Elsukov ae at FreeBSD.org
Thu Nov 27 00:27:40 UTC 2014


Author: ae
Date: Thu Nov 27 00:27:39 2014
New Revision: 275159
URL: https://svnweb.freebsd.org/changeset/base/275159

Log:
  Remove ip4_input() declaration. It was removed in r275133.
  
  MFC after:	1 month

Modified:
  head/sys/netipsec/xform.h

Modified: head/sys/netipsec/xform.h
==============================================================================
--- head/sys/netipsec/xform.h	Thu Nov 27 00:10:59 2014	(r275158)
+++ head/sys/netipsec/xform.h	Thu Nov 27 00:27:39 2014	(r275159)
@@ -109,7 +109,6 @@ extern int xform_init(struct secasvar *s
 struct cryptoini;
 
 /* XF_IP4 */
-extern	int ip4_input(struct mbuf **, int *, int);
 extern	int ipip_output(struct mbuf *, struct ipsecrequest *,
 			struct mbuf **, int, int);
 


More information about the svn-src-head mailing list