Kris Katterjohn wrote:
Whoops! Here you go:


Whoops again. Screwed that last patch up. I gotta stop doing this stuff when I'm
tired and I need to check myself :)

Sorry. Again.

--- x/net/core/filter.c 2006-01-05 12:27:17.000000000 -0600
+++ y/net/core/filter.c 2006-01-05 17:02:32.000000000 -0600
@@ -75,7 +75,7 @@ static inline void *load_pointer(struct * len is the number of filter blocks in the array.
  */
-int sk_run_filter(struct sk_buff *skb, struct sock_filter *filter, int flen)
+unsigned sk_run_filter(struct sk_buff *skb, struct sock_filter *filter, int 
flen)

Please use unsigned int not just unsigned.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to