Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170030
b: refs/heads/master
c: 24a0656
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 12, 2009
1 parent a79dd48 commit 296c5df
Show file tree
Hide file tree
Showing 3 changed files with 2 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: a09b6e811800cba79e8104deff12c544b835a3ff
refs/heads/master: 24a065624dcdd91e8bfd0f14113feb91c7ed11ca
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/vsyscall_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static ctl_table kernel_table2[] = {
};

static ctl_table kernel_root_table2[] = {
{ .ctl_name = CTL_KERN, .procname = "kernel", .mode = 0555,
{ .procname = "kernel", .mode = 0555,
.child = kernel_table2 },
{}
};
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/vdso/vdso32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ static ctl_table abi_table2[] = {

static ctl_table abi_root_table2[] = {
{
.ctl_name = CTL_ABI,
.procname = "abi",
.mode = 0555,
.child = abi_table2
Expand Down

0 comments on commit 296c5df

Please sign in to comment.