The following minor changes are being made to this case material to
capture the comments received so far. An updated man page has been
added to the materials directory.
i. change name from mmapfd(2) to mmapobj(2).
ii. change data structure name, and associated flags to follow
mmapobj convention.
iii. change values for mr_flags field of mmapobj_result_t (the present
flags are mutually exclusive).
#define MOBJ_PADDING 0x1
#define MOBJ_HDR_ELF 0x2
#define MOBJ_HDR_AOUT 0x3
iv. change mr_prot field of mmapobj_result_t from an int to uint_t.
v. various other small man page updates.
--
Rod.