Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36823
b: refs/heads/master
c: 658270a
h: refs/heads/master
i:
  36821: b94b6ff
  36819: 99028dd
  36815: 222b094
v: v3
  • Loading branch information
Kim Nordlund authored and David S. Miller committed Sep 29, 2006
1 parent 4ed34a8 commit 60bf165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9aa6895371b2a257401f59d3393c9f7ac5a8698
refs/heads/master: 658270a0a49612a0e3fdc01c2e8c0e1a6d47cbf4
2 changes: 1 addition & 1 deletion trunk/net/sched/cls_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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;
Expand Down

0 comments on commit 60bf165

Please sign in to comment.