Print this page
Extra lint fixes

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/contract/process.c
          +++ new/usr/src/uts/common/contract/process.c
↓ open down ↓ 1070 lines elided ↑ open up ↑
1071 1071                  (void) cte_publish_all(ct, event, nvl, NULL);
1072 1072          }
1073 1073  
1074 1074          /*
1075 1075           * Because the CT_PR_KEEP_EXEC flag is meant to be used by applications
1076 1076           * which are not contract aware, we can assume that these applications
1077 1077           * will never explicitly abandon the child's new contract. Thus, we
1078 1078           * abandon it now.
1079 1079           */
1080 1080          if (ctp->conp_params & CT_PR_KEEP_EXEC) {
1081      -                contract_abandon(ct, pp, 1);
     1081 +                (void) contract_abandon(ct, pp, 1);
1082 1082          }
1083 1083  
1084 1084          return (ctp);
1085 1085  }
1086 1086  
1087 1087  /*
1088 1088   * contract_process_core
1089 1089   *
1090 1090   * Called on core file generation attempts.  Generates a core event, if
1091 1091   * requested, containing the names of the process, global, and
↓ open down ↓ 128 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX