Changeset 2761

Show
Ignore:
Timestamp:
08/22/08 22:57:58 (3 months ago)
Author:
dhozac
Message:

Pid namespaces will come in 0x00020304.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/issupported.c

    r2741 r2761  
    4949    case vcFEATURE_PPTAG        :  return conf & VC_VCI_PPTAG; 
    5050    case vcFEATURE_SPACES       :  return conf & VC_VCI_SPACES; 
    51     case vcFEATURE_PIDSPACE     :  return ver >= 0x00020303 || ver >= 0x00020201; 
     51    case vcFEATURE_PIDSPACE     :  return ver >= 0x00020304 || ver >= 0x00020201; 
    5252    default                     :  assert(false);  
    5353  }