Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109238
b: refs/heads/master
c: d994af0
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and David S. Miller committed Aug 27, 2008
1 parent 5f2bb09 commit 387fd7e
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: 7982d5e1b350acb96aa156916c44c25ef87bb809
refs/heads/master: d994af0d50efc96b2077978fe9f066992639d525
4 changes: 2 additions & 2 deletions trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -3121,9 +3121,9 @@ static struct ctl_table empty[1];
static struct ctl_table ipv4_skeleton[] =
{
{ .procname = "route", .ctl_name = NET_IPV4_ROUTE,
.child = ipv4_route_table},
.mode = 0555, .child = ipv4_route_table},
{ .procname = "neigh", .ctl_name = NET_IPV4_NEIGH,
.child = empty},
.mode = 0555, .child = empty},
{ }
};

Expand Down

0 comments on commit 387fd7e

Please sign in to comment.