From 06cd51b3892a99983051c8c4e6d8978ed00c3463 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Fri, 17 Dec 2010 23:47:38 +0100 Subject: [PATCH] Revert "b=23787 make struct lprocfs_percpu definition C99 compliant" This reverts commit 46ff2dd66e91530f804d5b2321e58827f71e0251. This is causing build errors. --- lustre/include/lprocfs_status.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 11cebb0..ed58e7a 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -159,13 +159,9 @@ struct lprocfs_counter { }; struct lprocfs_percpu { -#if __STDC_VERSION__ >= 199901L - __s64 pad; -#endif struct lprocfs_counter lp_cntr[0]; }; - #define LPROCFS_GET_NUM_CPU 0x0001 #define LPROCFS_GET_SMP_ID 0x0002 -- 1.8.3.1