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=38fe8b4a2dd28aebf52787c5b65cc79490fa53d3;hp=7224d11578b20e0304f5fb7e1fd096ef13ee2041;hpb=47384090bc0e86ce964a9aea37553a4092a4d171;p=util-vserver.git diff --git a/util-vserver/lib/ioctl-setxflg.hc b/util-vserver/lib/ioctl-setxflg.hc index 7224d11..f320ee5 100644 --- a/util-vserver/lib/ioctl-setxflg.hc +++ b/util-vserver/lib/ioctl-setxflg.hc @@ -33,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; }