Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/secflags.h
          +++ new/usr/src/uts/common/sys/secflags.h
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  #define _SYS_SECFLAGS_H
  16   16  
  17   17  #ifdef __cplusplus
  18   18  extern "C" {
  19   19  #endif
  20   20  
  21   21  #include <sys/types.h>
  22   22  #include <sys/procset.h>
  23   23  
  24   24  struct proc;
  25      -typedef uint32_t secflagset_t;
       25 +typedef uint64_t secflagset_t;
  26   26  
  27   27  typedef struct psecflags {
  28   28          secflagset_t psf_effective;
  29   29          secflagset_t psf_inherit;
  30   30          secflagset_t psf_lower;
  31   31          secflagset_t psf_upper;
  32   32  } psecflags_t;
  33   33  
  34   34  typedef struct secflagdelta {
  35   35          secflagset_t psd_add;           /* Flags to add */
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX