From e91e123bad4f350d4528d421f75fb2e7270fd52c Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 8 Feb 2005 01:15:18 +0000 Subject: [PATCH] * removed spurious 'inline' from extern portal_ioctl_getdata() decl --- lnet/include/libcfs/kp30.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/include/libcfs/kp30.h b/lnet/include/libcfs/kp30.h index 6fd88e7..6582c3d 100644 --- a/lnet/include/libcfs/kp30.h +++ b/lnet/include/libcfs/kp30.h @@ -384,7 +384,7 @@ static inline int portal_ioctl_pack(struct portal_ioctl_data *data, char **pbuf, #else -extern inline int portal_ioctl_getdata(char *buf, char *end, void *arg); +extern int portal_ioctl_getdata(char *buf, char *end, void *arg); #endif -- 1.8.3.1