Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278793
b: refs/heads/master
c: e6560d4
h: refs/heads/master
i:
  278791: b59cdaa
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 14, 2011
1 parent 531dc3c commit 28bbf69
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: 3a53943b5ae8b61913e2d61e98cbeedf67861c92
refs/heads/master: e6560d4dfe62ddf6010fdf4a417b1b3bdcbf4fd3
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 @@ -75,7 +75,7 @@ static int ipv4_local_port_range(ctl_table *table, int write,
}


void inet_get_ping_group_range_table(struct ctl_table *table, gid_t *low, gid_t *high)
static void inet_get_ping_group_range_table(struct ctl_table *table, gid_t *low, gid_t *high)
{
gid_t *data = table->data;
unsigned seq;
Expand All @@ -88,7 +88,7 @@ void inet_get_ping_group_range_table(struct ctl_table *table, gid_t *low, gid_t
}

/* Update system visible IP port range */
static void set_ping_group_range(struct ctl_table *table, int range[2])
static void set_ping_group_range(struct ctl_table *table, gid_t range[2])
{
gid_t *data = table->data;
write_seqlock(&sysctl_local_ports.lock);
Expand Down

0 comments on commit 28bbf69

Please sign in to comment.