X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Ftun.c;h=d7b81e4fdd5631c0c537cd971cad3bebb72bb38d;hb=1de8cd3cb9f61e854e743c7210df43db517d4832;hp=69f9a0ec764d3e8503cb46c1d3d4fa380e5b87f3;hpb=b840d79631c882786925303c2b0f4fefc31845ed;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 69f9a0ec764..d7b81e4fdd5 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -213,7 +213,7 @@ static int check_filter(struct tap_filter *filter, const struct sk_buff *skb) /* Network device part of the driver */ -static unsigned int tun_net_id; +static int tun_net_id; struct tun_net { struct list_head dev_list; };