added 'fmt'
[util-vserver.git] / util-vserver / lib / getvserverctx.c
index 71de198..b565e4e 100644 (file)
@@ -45,7 +45,7 @@ getCtxFromFile(char const *pathname)
       (lseek(fd, 0, SEEK_SET)==-1))
     return VC_NOCTX;
 
-  BS;
+  {
   char         buf[len+1];
   char         *errptr;
   xid_t                res;
@@ -57,7 +57,7 @@ getCtxFromFile(char const *pathname)
   if (*errptr!='\0' && *errptr!='\n') return VC_NOCTX;
 
   return res;
-  BE;
+  }
 }
 
 xid_t