From a3279069a76252c7b9b0413ff3f6ebe98ec60ea1 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 14 Feb 2007 00:33:50 -0800 Subject: [PATCH] --- yaml --- r: 48371 b: refs/heads/master c: 7a44d37d8c633cfee145c7276c0777defd964858 h: refs/heads/master i: 48369: b1e3f38c4c1af376a002e98f4c824635572819dc 48367: 6d0633b2cedc2f73c3e500a357718a192ac9013e v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/vsyscall.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 547b82fed09c..9035de9e69a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 306421f387ccea0e8eeb04425e674910f100952b +refs/heads/master: 7a44d37d8c633cfee145c7276c0777defd964858 diff --git a/trunk/arch/x86_64/kernel/vsyscall.c b/trunk/arch/x86_64/kernel/vsyscall.c index 2433d6fc68b1..c0e2b48be308 100644 --- a/trunk/arch/x86_64/kernel/vsyscall.c +++ b/trunk/arch/x86_64/kernel/vsyscall.c @@ -235,13 +235,13 @@ static ctl_table kernel_table2[] = { .data = &sysctl_vsyscall, .maxlen = sizeof(int), .mode = 0644, .strategy = vsyscall_sysctl_nostrat, .proc_handler = vsyscall_sysctl_change }, - { 0, } + {} }; static ctl_table kernel_root_table2[] = { { .ctl_name = CTL_KERN, .procname = "kernel", .mode = 0555, .child = kernel_table2 }, - { 0 }, + {} }; #endif