minor optimizations
[util-vserver.git] / util-vserver / lib / ioctl-setfilecontext.hc
index 3e0476d..f39b993 100644 (file)
@@ -21,7 +21,6 @@
 #endif
 
 #include "vserver.h"
-#include "vserver-internal.h"
 #include "ext2fs.h"
 
 #include <sys/ioctl.h>
@@ -32,5 +31,7 @@ vc_X_set_filecontext(int fd, xid_t ctx)
   int  c  = ctx;
   int  rc = ioctl(fd, EXT2_IOC_SETCONTEXT, &c);
 
+  ENSC_FIX_IOCTL(rc);
+  
   return rc;
 }