linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / sched / cls_basic.c
index dfb300b..0f42544 100644 (file)
@@ -197,7 +197,7 @@ static int basic_change(struct tcf_proto *tp, unsigned long base, u32 handle,
        if (handle)
                f->handle = handle;
        else {
-               int i = 0x80000000;
+               unsigned int i = 0x80000000;
                do {
                        if (++head->hgenerator == 0x7FFFFFFF)
                                head->hgenerator = 1;