Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121887
b: refs/heads/master
c: a7a0d6a
h: refs/heads/master
i:
  121885: 0546499
  121883: 8a15c5e
  121879: d9fd2fc
  121871: b21422b
  121855: 189b7f7
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 19, 2008
1 parent 4cc22a0 commit 4e2e486
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: 14e943db133489c98d426a0dcfce4a99c6e8ad97
refs/heads/master: a7a0d6a87b70f7b2bab5281fc0fd443772bd0795
2 changes: 1 addition & 1 deletion trunk/net/dccp/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void dccp_diag_get_info(struct sock *sk, struct inet_diag_msg *r,
dccp_get_info(sk, _info);
}

static struct inet_diag_handler dccp_diag_handler = {
static const struct inet_diag_handler dccp_diag_handler = {
.idiag_hashinfo = &dccp_hashinfo,
.idiag_get_info = dccp_diag_get_info,
.idiag_type = DCCPDIAG_GETSOCK,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static void tcp_diag_get_info(struct sock *sk, struct inet_diag_msg *r,
tcp_get_info(sk, info);
}

static struct inet_diag_handler tcp_diag_handler = {
static const struct inet_diag_handler tcp_diag_handler = {
.idiag_hashinfo = &tcp_hashinfo,
.idiag_get_info = tcp_diag_get_info,
.idiag_type = TCPDIAG_GETSOCK,
Expand Down

0 comments on commit 4e2e486

Please sign in to comment.