Whamcloud - gitweb
Branch b1_6
authorbwzhou <bwzhou>
Tue, 30 Oct 2007 06:44:52 +0000 (06:44 +0000)
committerbwzhou <bwzhou>
Tue, 30 Oct 2007 06:44:52 +0000 (06:44 +0000)
b=11622

fix building issue with sles9

lustre/obdclass/linux/linux-sysctl.c

index ea1fa46..6712912 100644 (file)
@@ -91,7 +91,7 @@ int LL_PROC_PROTO(proc_set_timeout)
 #ifdef RANDOM_FAIL_ALLOC
 int LL_PROC_PROTO(proc_alloc_fail_rate)
 {
-        DECLARE_LL_PROC_PPOS_DECL
+        DECLARE_LL_PROC_PPOS_DECL;
         int rc = 0;
 
         if (!table->data || !table->maxlen || !*lenp || (*ppos && !write)) {
@@ -125,7 +125,7 @@ int LL_PROC_PROTO(proc_memory_alloc)
 {
         char buf[22];
         int len;
-        DECLARE_LL_PROC_PPOS_DECL
+        DECLARE_LL_PROC_PPOS_DECL;
 
         if (!*lenp || (*ppos && !write)) {
                 *lenp = 0;
@@ -149,7 +149,7 @@ int LL_PROC_PROTO(proc_pages_alloc)
 {
         char buf[22];
         int len;
-        DECLARE_LL_PROC_PPOS_DECL
+        DECLARE_LL_PROC_PPOS_DECL;
 
         if (!*lenp || (*ppos && !write)) {
                 *lenp = 0;
@@ -173,7 +173,7 @@ int LL_PROC_PROTO(proc_mem_max)
 {
         char buf[22];
         int len;
-        DECLARE_LL_PROC_PPOS_DECL
+        DECLARE_LL_PROC_PPOS_DECL;
 
         if (!*lenp || (*ppos && !write)) {
                 *lenp = 0;
@@ -197,7 +197,7 @@ int LL_PROC_PROTO(proc_pages_max)
 {
         char buf[22];
         int len;
-        DECLARE_LL_PROC_PPOS_DECL
+        DECLARE_LL_PROC_PPOS_DECL;
 
         if (!*lenp || (*ppos && !write)) {
                 *lenp = 0;