Home
last modified time | relevance | path

Searched defs:mergstat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h37 struct mergstat { struct
38 unsigned setuid:1; /* pkgmap entry has setuid */
39 unsigned setgid:1; /* ... and/or setgid bit set */
40 unsigned contchg:1; /* contents of the files different */
41 unsigned attrchg:1; /* attributes are different */
42 unsigned shared:1; /* > 1 pkg associated with this */
43 unsigned osetuid:1; /* installed set[ug]id process ... */
44 unsigned osetgid:1; /* ... being overwritten by pkg. */
45 unsigned rogue:1; /* conflicting file not owned by a package */
69 struct mergstat mstat; /* merge status for installs */ argument