Whamcloud - gitweb
liblustre: b=2862
[fs/lustre-release.git] / lustre / liblustre / tests / echo_test.c
index 139a10a..1f2ccbe 100644 (file)
@@ -82,6 +82,11 @@ libcfs_nal_cmd(struct portals_cfg *pcfg)
         return 0;
 }
 
+int in_group_p(gid_t gid)
+{
+        return 0;
+}
+
 int init_current(int argc, char **argv)
 { 
         current = malloc(sizeof(*current));