Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/procfs.h
          +++ new/usr/src/uts/common/sys/procfs.h
↓ open down ↓ 395 lines elided ↑ open up ↑
 396  396          uint32_t        pr_nsets;               /* number of privilege set */
 397  397          uint32_t        pr_setsize;             /* size of privilege set */
 398  398          uint32_t        pr_infosize;            /* size of supplementary data */
 399  399          priv_chunk_t    pr_sets[1];             /* array of sets */
 400  400  } prpriv_t;
 401  401  
 402  402  #define PRSECFLAGS_VERSION_1            1
 403  403  #define PRSECFLAGS_VERSION_CURRENT      PRSECFLAGS_VERSION_1
 404  404  typedef struct prsecflags {
 405  405          uint32_t pr_version;
      406 +        char pr_pad[4];
 406  407          secflagset_t pr_effective;
 407  408          secflagset_t pr_inherit;
 408  409          secflagset_t pr_lower;
 409  410          secflagset_t pr_upper;
 410  411  } prsecflags_t;
 411  412  
 412  413  /*
 413  414   * Watchpoint interface.  PCWATCH and /proc/<pid>/watch
 414  415   */
 415  416  typedef struct prwatch {
↓ open down ↓ 457 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX