summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/startd/startd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svc/startd/startd.h')
-rw-r--r--usr/src/cmd/svc/startd/startd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/svc/startd/startd.h b/usr/src/cmd/svc/startd/startd.h
index df3e98a27b..cf6e7e5cc5 100644
--- a/usr/src/cmd/svc/startd/startd.h
+++ b/usr/src/cmd/svc/startd/startd.h
@@ -325,7 +325,7 @@ typedef struct graph_vertex {
*
* Currently, only relevant for GVT_SVC and GVT_INST type vertices.
*/
- int gv_refs;
+ int gv_refs;
int32_t gv_stn_tset;
int32_t gv_reason;
@@ -566,7 +566,7 @@ typedef struct contract_entry {
extern volatile uint16_t storing_contract;
-uu_list_pool_t *contract_list_pool;
+extern uu_list_pool_t *contract_list_pool;
/* contract.c */
ctid_t contract_init(void);