diff options
author | Brian Behlendorf <[email protected]> | 2009-01-09 09:47:27 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-09 09:47:27 -0800 |
commit | 703e7a3cf413265bda05349aa95919e3d42582ae (patch) | |
tree | f5909f68062ec42890ecd8723fbf93f6e739ab04 | |
parent | 434d1d0f8f099747b275de1668f7522491e248f5 (diff) |
Add stubs for three more includes
-rw-r--r-- | include/sys/modctl.h | 4 | ||||
-rw-r--r-- | include/sys/open.h | 4 | ||||
-rw-r--r-- | include/sys/policy.h | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/include/sys/modctl.h b/include/sys/modctl.h new file mode 100644 index 000000000..85f936915 --- /dev/null +++ b/include/sys/modctl.h @@ -0,0 +1,4 @@ +#ifndef _SPL_MODCTL_H +#define _SPL_MODCTL_H + +#endif /* SPL_MODCTL_H */ diff --git a/include/sys/open.h b/include/sys/open.h new file mode 100644 index 000000000..eba9fa7d7 --- /dev/null +++ b/include/sys/open.h @@ -0,0 +1,4 @@ +#ifndef _SPL_OPEN_H +#define _SPL_OPEN_H + +#endif /* SPL_OPEN_H */ diff --git a/include/sys/policy.h b/include/sys/policy.h new file mode 100644 index 000000000..d10d8f79f --- /dev/null +++ b/include/sys/policy.h @@ -0,0 +1,4 @@ +#ifndef _SPL_POLICY_H +#define _SPL_POLICY_H + +#endif /* SPL_POLICY_H */ |