Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / utils / gmlndnid.c
index e45fae4..6a119c0 100644 (file)
 #include <errno.h>
 
 #include <portals/api-support.h>
-#include <portals/list.h>
 #include <portals/lib-types.h>
 
 #define GMNAL_IOC_GET_GNID 1
 
-int
-roundup(int len)
-{
-       return((len+7) & (~0x7));
-}
-
 int main(int argc, char **argv)
 {
         int rc, pfd;