From a34662b4b09a935280a3326c600e854ad555ccba Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 22 Aug 2008 20:57:58 +0000 Subject: [PATCH] Pid namespaces will come in 0x00020304. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2761 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- lib/issupported.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.1.5