From 58d47c889ed8f2226ae7e63dc667f713265a4826 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 26 Apr 2006 14:58:34 +0000 Subject: [PATCH] STABLE14-linux-probe-missing-commas-20060426 FIXES 30977 Add missing commas for non-2.6 x86_64 platforms (cherry picked from commit a88cb6c662d7fc0daed043ba40d971f4b5d2a05a) --- src/afs/LINUX/osi_probe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/afs/LINUX/osi_probe.c b/src/afs/LINUX/osi_probe.c index 3f27f0c01..588eca5d6 100644 --- a/src/afs/LINUX/osi_probe.c +++ b/src/afs/LINUX/osi_probe.c @@ -643,7 +643,7 @@ static probectl ia32_probe = { 0x3ffff, 0x30000, #else - 0, 0, 0, 0 + 0, 0, 0, 0, #endif @@ -782,7 +782,7 @@ static probectl sct32_probe = { 0x3ffff, 0x30000, #else - 0, 0, 0, 0 + 0, 0, 0, 0, #endif /* number and list of unimplemented system calls */ @@ -877,7 +877,7 @@ static probectl emu_probe = { 0x3ffff, 0x30000, #else - 0, 0, 0, 0 + 0, 0, 0, 0, #endif /* number and list of unimplemented system calls */ -- 2.39.5