Re: [patchset] Fix sign handling bugs in 2.5 -- 1/5; Decnet

Ravikiran G Thirumalai (kiran@in.ibm.com)
Thu, 12 Jun 2003 12:35:10 +0530


--- linux-2.5.70/net/decnet/af_decnet.c 2003-05-27 06:30:40.000000000 +0530
+++ signfixes-2.5.70/net/decnet/af_decnet.c 2003-06-10 23:27:45.000000000 +0530
@@ -1227,7 +1227,7 @@
struct sock *sk = sock->sk;
struct dn_scp *scp = DN_SK(sk);
int err = -EOPNOTSUPP;
- unsigned long amount = 0;
+ long amount = 0;
struct sk_buff *skb;
int val;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/