From: Jeffrey Altman Date: Wed, 26 Apr 2006 14:58:34 +0000 (+0000) Subject: STABLE14-linux-probe-missing-commas-20060426 X-Git-Tag: openafs-stable-1_4_1b~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=58d47c889ed8f2226ae7e63dc667f713265a4826;p=packages%2Fo%2Fopenafs.git STABLE14-linux-probe-missing-commas-20060426 FIXES 30977 Add missing commas for non-2.6 x86_64 platforms (cherry picked from commit a88cb6c662d7fc0daed043ba40d971f4b5d2a05a) --- 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 */