]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-linux-probe-missing-commas-20060426
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 26 Apr 2006 14:58:34 +0000 (14:58 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 26 Apr 2006 14:58:34 +0000 (14:58 +0000)
FIXES 30977

Add missing commas for non-2.6 x86_64 platforms

(cherry picked from commit a88cb6c662d7fc0daed043ba40d971f4b5d2a05a)

src/afs/LINUX/osi_probe.c

index 3f27f0c01ba7b0735f58795bf11dd1393810c7f3..588eca5d600d717289a0b0073f59e277167879ff 100644 (file)
@@ -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 */