X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fissupported.c;fp=lib%2Fissupported.c;h=544403f3d1ad1591d724387b3106822542e09b12;hb=2822ba293eb308225c50d346930c47bf98d9927b;hp=2d2a630f227ffb6c15bd5249c26383e68dee9990;hpb=2894fc5a4c8335e4d7221311fed0556f33f8047c;p=util-vserver.git diff --git a/lib/issupported.c b/lib/issupported.c index 2d2a630..544403f 100644 --- a/lib/issupported.c +++ b/lib/issupported.c @@ -1,4 +1,4 @@ -// $Id: issupported.c 2247 2006-01-18 23:35:54Z ensc $ --*- c -*-- +// $Id: issupported.c,v 1.4 2005/05/19 18:05:18 ensc Exp $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -42,7 +42,6 @@ vc_isSupported(vcFeatureSet feature) case vcFEATURE_NAMESPACE : return ver >= 0x00010012; case vcFEATURE_VWAIT : return ver >= 0x00010025; case vcFEATURE_SCHED : return ver >= 0x00020000; // todo - case vcFEATURE_VNET : return ver >= 0x00020001; default : assert(false); }