View | Details | Raw Unified | Return to bug 3278
Collapse All | Expand All

(-)a/openbsd-compat/port-solaris.c (-4 / +4 lines)
Lines 17-24 Link Here
17
#include "config.h"
17
#include "config.h"
18
#include "includes.h"
18
#include "includes.h"
19
19
20
#ifdef USE_SOLARIS_PROCESS_CONTRACTS
21
22
#include <sys/types.h>
20
#include <sys/types.h>
23
#include <sys/stat.h>
21
#include <sys/stat.h>
24
#include <sys/param.h>
22
#include <sys/param.h>
Lines 31-42 Link Here
31
#include <string.h>
29
#include <string.h>
32
#include <unistd.h>
30
#include <unistd.h>
33
31
32
#include "log.h"
33
34
#ifdef USE_SOLARIS_PROCESS_CONTRACTS
35
34
#include <libcontract.h>
36
#include <libcontract.h>
35
#include <sys/contract/process.h>
37
#include <sys/contract/process.h>
36
#include <sys/ctfs.h>
38
#include <sys/ctfs.h>
37
39
38
#include "log.h"
39
40
#define CT_TEMPLATE	CTFS_ROOT "/process/template"
40
#define CT_TEMPLATE	CTFS_ROOT "/process/template"
41
#define CT_LATEST	CTFS_ROOT "/process/latest"
41
#define CT_LATEST	CTFS_ROOT "/process/latest"
42
42

Return to bug 3278