Whamcloud - gitweb
* removed spurious 'inline' from extern portal_ioctl_getdata() decl
authoreeb <eeb>
Tue, 8 Feb 2005 01:15:18 +0000 (01:15 +0000)
committereeb <eeb>
Tue, 8 Feb 2005 01:15:18 +0000 (01:15 +0000)
lnet/include/libcfs/kp30.h

index 6fd88e7..6582c3d 100644 (file)
@@ -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