SOURCES (LINUX_2_6): linux-2.6-nf-IPV4OPTSSTRIP.patch - build fixe...

pluto pluto at pld-linux.org
Sat Oct 29 20:09:33 CEST 2005


Author: pluto                        Date: Sat Oct 29 18:09:33 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- build fixed.
  Harald Welte 2005-07-26 17:20:53
  Rename skb_ip_make_writable() to skb_make_writable() since there
  is nothing IPv4-specific in it.  In fact, it was already used
  by IPv6, too...
  commit ebf2b990ed34e768fc009057091c94b52e8aa886
  tree 8302388bb8eabea3fcd375ec0234bb958818cdf2
  parent 9bb3d9ecf709bb46b7f69a59b070c8365094a9be
  author laforge <laforge at netfilter.org> Di, 26 Jul 2005 17:18:56 +0200
  committer laforge <laforge at netfilter.org> Di, 26 Jul 2005 17:18:56 +0200

---- Files affected:
SOURCES:
   linux-2.6-nf-IPV4OPTSSTRIP.patch (1.1.2.5 -> 1.1.2.6) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch
diff -u SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.5 SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.6
--- SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch:1.1.2.5	Sat Oct 29 20:08:22 2005
+++ SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch	Sat Oct 29 20:09:28 2005
@@ -63,7 +63,7 @@
 +	unsigned char *optiph;
 +	int l;
 +	
-+	if (!skb_ip_make_writable(pskb, (*pskb)->len))
++	if (!skb_make_writable(pskb, (*pskb)->len))
 +		return NF_DROP;
 + 
 +	skb = (*pskb);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-IPV4OPTSSTRIP.patch?r1=1.1.2.5&r2=1.1.2.6&f=u




More information about the pld-cvs-commit mailing list