Whamcloud - gitweb
Use the newer libsysio tags.
[fs/lustre-release.git] / lustre / portals / archdep.m4
index 7d807da..2f1d563 100644 (file)
@@ -545,7 +545,7 @@ if test x$enable_modules != xno ; then
                        RAP_RETURN          rc;
                        RAP_PVOID           dev_handle;
 
-                       rc = RapkGetDeviceByIndex(0, NULL, NULL, &dev_handle);
+                       rc = RapkGetDeviceByIndex(0, NULL, &dev_handle);
 
                        return rc == RAP_SUCCESS ? 0 : 1;
                ],[