use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / lib / ioctl-setfilecontext.hc
index e846c12..f39b993 100644 (file)
@@ -31,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;
 }