Add stubs for three more includes

This commit is contained in:
Brian Behlendorf 2009-01-09 09:47:27 -08:00
parent 434d1d0f8f
commit 703e7a3cf4
3 changed files with 12 additions and 0 deletions

4
include/sys/modctl.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_MODCTL_H
#define _SPL_MODCTL_H
#endif /* SPL_MODCTL_H */

4
include/sys/open.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_OPEN_H
#define _SPL_OPEN_H
#endif /* SPL_OPEN_H */

4
include/sys/policy.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_POLICY_H
#define _SPL_POLICY_H
#endif /* SPL_POLICY_H */