Skip to content
  • jim warner's avatar
    library: make sure that the proc_t is now fixed length · 32db4e99
    jim warner authored and Craig Small's avatar Craig Small committed
    The former variable length structure created potential
    problems for library users like that referenced below.
    
    We will now parallel the same approach newlib uses for
    the configure options --enable-oomem & --with-systemd.
    Thus, the --enable-oomem and OOMEM_ENABLE #define have
    been eliminated and the --with-systemd option (#define
    WITH_SYSTEMD) will hereafter impact one function only.
    
    The proc_t struct itself will now *never* be impacted.
    
    Reference(s):
    procps-ng/procps#31
    
    
    
    Signed-off-by: default avatarJim Warner <james.warner@comcast.net>
    32db4e99