patch-2.1.120 linux/net/sched/cls_api.c

Next file: linux/net/sched/cls_rsvp.h
Previous file: linux/net/rose/af_rose.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.119/linux/net/sched/cls_api.c linux/net/sched/cls_api.c
@@ -291,7 +291,7 @@
 			  struct tcf_proto *tp, unsigned long fh, int event)
 {
 	struct sk_buff *skb;
-	pid_t pid = oskb ? NETLINK_CB(oskb).pid : 0;
+	u32 pid = oskb ? NETLINK_CB(oskb).pid : 0;
 
 	skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL);
 	if (!skb)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov