X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2Fioctl-setxflg.hc;h=f320ee53fd593bfcf75ba49a86f1ce7e93360617;hb=a7ea10b82c037bc76ca2cb1fd0d0f8f80624cb4f;hp=65631361498f1f60ad69892bfcac809887f3a3b6;hpb=b9a57c2e5e4db7d8ff9f9feea2b59ccc89161cbc;p=util-vserver.git diff --git a/util-vserver/lib/ioctl-setxflg.hc b/util-vserver/lib/ioctl-setxflg.hc index 6563136..f320ee5 100644 --- a/util-vserver/lib/ioctl-setxflg.hc +++ b/util-vserver/lib/ioctl-setxflg.hc @@ -21,7 +21,6 @@ #endif #include "vserver.h" -#include "vserver-internal.h" #include "ext2fs.h" #include @@ -34,5 +33,7 @@ vc_X_set_xflg(int fd, long flags) int rc; rc = ioctl(fd, FIOC_SETXFLG, &flags); + ENSC_FIX_IOCTL(rc); + return rc; }