Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59035
b: refs/heads/master
c: 4839c52
h: refs/heads/master
i:
  59033: ac67126
  59031: bf4942e
v: v3
  • Loading branch information
Philippe De Muyter authored and David S. Miller committed Jul 11, 2007
1 parent 0566e36 commit 9a61c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 6b25d30bf112370a12d05c3c0fd43732985dab01
refs/heads/master: 4839c52b01ca91be1c62761e08fb3deb3881e857
2 changes: 1 addition & 1 deletion trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static inline void ip_rt_put(struct rtable * rt)

#define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3)

extern __u8 ip_tos2prio[16];
extern const __u8 ip_tos2prio[16];

static inline char rt_tos2priority(u8 tos)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static struct dst_ops ipv4_dst_ops = {

#define ECN_OR_COST(class) TC_PRIO_##class

__u8 ip_tos2prio[16] = {
const __u8 ip_tos2prio[16] = {
TC_PRIO_BESTEFFORT,
ECN_OR_COST(FILLER),
TC_PRIO_BESTEFFORT,
Expand Down

0 comments on commit 9a61c26

Please sign in to comment.