From 18ea85b927e9659185b4101e56fd78245638d67f Mon Sep 17 00:00:00 2001 From: liangzhen Date: Fri, 21 Sep 2007 14:59:58 +0000 Subject: [PATCH] *** empty log message *** --- lnet/include/libcfs/linux/portals_compat25.h | 2 +- lnet/libcfs/linux/linux-proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/include/libcfs/linux/portals_compat25.h b/lnet/include/libcfs/linux/portals_compat25.h index e8152bc..2d6b782 100644 --- a/lnet/include/libcfs/linux/portals_compat25.h +++ b/lnet/include/libcfs/linux/portals_compat25.h @@ -119,7 +119,7 @@ typedef unsigned long cpumask_t; #define LL_PROC_PROTO(name) \ name(cfs_sysctl_table_t *table, int write, struct file *filp, \ void __user *buffer, size_t *lenp, loff_t *ppos) -#define DECLARE_LL_PROC_PPOS +#define DECLARE_LL_PROC_PPOS_DECL #endif #endif /* _PORTALS_COMPAT_H */ diff --git a/lnet/libcfs/linux/linux-proc.c b/lnet/libcfs/linux/linux-proc.c index 55b6809..92cc8fe 100644 --- a/lnet/libcfs/linux/linux-proc.c +++ b/lnet/libcfs/linux/linux-proc.c @@ -103,7 +103,7 @@ proc_call_handler(void *data, int write, static int \ LL_PROC_PROTO(name) \ { \ - DECLARE_LL_PROC_PPOS; \ + DECLARE_LL_PROC_PPOS_DECL; \ \ return proc_call_handler(table->data, write, \ ppos, buffer, lenp, \ -- 1.8.3.1