netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export xfrm_policy_delete
@ 2004-11-21 21:50 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2004-11-21 21:50 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Hi David,

         In my DCCP work I'm closely following the TCP code,
so I need this function exported, please consider applying.

Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br>


[-- Attachment #2: xfrm_policy_delete.patch --]
[-- Type: text/plain, Size: 349 bytes --]

===== net/xfrm/xfrm_policy.c 1.58 vs edited =====
--- 1.58/net/xfrm/xfrm_policy.c	2004-11-09 22:44:26 -02:00
+++ edited/net/xfrm/xfrm_policy.c	2004-11-21 19:43:19 -02:00
@@ -548,6 +548,8 @@
 	}
 }
 
+EXPORT_SYMBOL(xfrm_policy_delete);
+
 int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol)
 {
 	struct xfrm_policy *old_pol;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-21 21:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-21 21:50 [PATCH] export xfrm_policy_delete Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).