# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/11/09 09:30:28+01:00 kaber@coreworks.de # [PKT_SCHED]: Fix overflow on 64bit in times reported to userspace by tc actions # # Signed-off-by: Patrick McHardy # # include/linux/pkt_cls.h # 2004/11/09 09:30:21+01:00 kaber@coreworks.de +3 -3 # [PKT_SCHED]: Fix overflow on 64bit in times reported to userspace by tc actions # # Signed-off-by: Patrick McHardy # diff -Nru a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h --- a/include/linux/pkt_cls.h 2004-11-09 09:31:44 +01:00 +++ b/include/linux/pkt_cls.h 2004-11-09 09:31:44 +01:00 @@ -138,9 +138,9 @@ struct tcf_t { - __u32 install; - __u32 lastuse; - __u32 expires; + __u64 install; + __u64 lastuse; + __u64 expires; }; struct tc_cnt