Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351218
b: refs/heads/master
c: bb717d7
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Dec 29, 2012
1 parent ad23795 commit 4df4027
Show file tree
Hide file tree
Showing 2 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: bd2a13e2ebedc084ca4d5bc77e8ed03cf793a130
refs/heads/master: bb717d764926b8748aecd18e3531189b323f6e4d
4 changes: 2 additions & 2 deletions trunk/net/ipv4/sysctl_net_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ static int ipv4_tcp_mem(ctl_table *ctl, int write,
return 0;
}

int proc_tcp_fastopen_key(ctl_table *ctl, int write, void __user *buffer,
size_t *lenp, loff_t *ppos)
static int proc_tcp_fastopen_key(ctl_table *ctl, int write, void __user *buffer,
size_t *lenp, loff_t *ppos)
{
ctl_table tbl = { .maxlen = (TCP_FASTOPEN_KEY_LENGTH * 2 + 10) };
struct tcp_fastopen_context *ctxt;
Expand Down

0 comments on commit 4df4027

Please sign in to comment.