From a88cb6c662d7fc0daed043ba40d971f4b5d2a05a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 26 Apr 2006 14:56:31 +0000 Subject: [PATCH] linux-probe-missing-commas-20060426 FIXES 30977 Add missing commas for non-2.6 x86_64 platforms --- 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