summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-08-21 02:39:23 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-08-21 02:39:23 -0700
commit0e7ee1c185354024d943aec017178025dc34f386 (patch)
tree7dd21bbfaecbc7ba518424726083f5081e6178d2 /include
parent9f4a648b4a2108c9936607405974c9d7a7358fcd (diff)
parent2b50fcaae095b81ee226a96ae708253532db8f27 (diff)
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
Diffstat (limited to 'include')
-rw-r--r--include/linux/pkt_sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h
index fec8ad62b567..d97edad0effc 100644
--- a/include/linux/pkt_sched.h
+++ b/include/linux/pkt_sched.h
@@ -45,7 +45,7 @@ struct tc_stats
struct tc_estimator
{
- char interval;
+ signed char interval;
unsigned char ewma_log;
};