From: Daniel Hokka Zakrisson Date: Fri, 22 Aug 2008 20:57:58 +0000 (+0000) Subject: Pid namespaces will come in 0x00020304. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34662b4b09a935280a3326c600e854ad555ccba;p=util-vserver.git Pid namespaces will come in 0x00020304. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2761 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/lib/issupported.c b/lib/issupported.c index 5b811f7..2f2510b 100644 --- a/lib/issupported.c +++ b/lib/issupported.c @@ -48,7 +48,7 @@ vc_isSupported(vcFeatureSet feature) case vcFEATURE_VSTAT : return ver >= 0x00020103; case vcFEATURE_PPTAG : return conf & VC_VCI_PPTAG; case vcFEATURE_SPACES : return conf & VC_VCI_SPACES; - case vcFEATURE_PIDSPACE : return ver >= 0x00020303 || ver >= 0x00020201; + case vcFEATURE_PIDSPACE : return ver >= 0x00020304 || ver >= 0x00020201; default : assert(false); }