Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104489
b: refs/heads/master
c: 280763c
h: refs/heads/master
i:
  104487: 84bf11d
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Jul 21, 2008
1 parent dbd60df commit d89eafa
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: 584015727a3b88b46602b20077b46cd04f8b4ab3
refs/heads/master: 280763c053fee297d95b474f2c145990670371e6
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ time_mt(const struct sk_buff *skb, const struct net_device *in,
__net_timestamp((struct sk_buff *)skb);

stamp = ktime_to_ns(skb->tstamp);
do_div(stamp, NSEC_PER_SEC);
stamp = div_s64(stamp, NSEC_PER_SEC);

if (info->flags & XT_TIME_LOCAL_TZ)
/* Adjust for local timezone */
Expand Down

0 comments on commit d89eafa

Please sign in to comment.