svn commit: r298399 - head/sys/netipsec

Andrey V. Elsukov ae at FreeBSD.org
Thu Apr 21 11:02:07 UTC 2016


Author: ae
Date: Thu Apr 21 11:02:06 2016
New Revision: 298399
URL: https://svnweb.freebsd.org/changeset/base/298399

Log:
  Remove stale function declaration

Modified:
  head/sys/netipsec/ipsec.h

Modified: head/sys/netipsec/ipsec.h
==============================================================================
--- head/sys/netipsec/ipsec.h	Thu Apr 21 10:58:07 2016	(r298398)
+++ head/sys/netipsec/ipsec.h	Thu Apr 21 11:02:06 2016	(r298399)
@@ -354,8 +354,6 @@ extern int ipsec4_common_input_cb(struct
 extern int ipsec4_process_packet(struct mbuf *, struct ipsecrequest *);
 extern int ipsec_process_done(struct mbuf *, struct ipsecrequest *);
 
-extern struct mbuf *ipsec_copypkt(struct mbuf *);
-
 extern	void m_checkalignment(const char* where, struct mbuf *m0,
 		int off, int len);
 extern	struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);


More information about the svn-src-all mailing list