mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-12 19:20:28 +03:00
Add stubs for three more includes
This commit is contained in:
parent
434d1d0f8f
commit
703e7a3cf4
4
include/sys/modctl.h
Normal file
4
include/sys/modctl.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SPL_MODCTL_H
|
||||
#define _SPL_MODCTL_H
|
||||
|
||||
#endif /* SPL_MODCTL_H */
|
4
include/sys/open.h
Normal file
4
include/sys/open.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SPL_OPEN_H
|
||||
#define _SPL_OPEN_H
|
||||
|
||||
#endif /* SPL_OPEN_H */
|
4
include/sys/policy.h
Normal file
4
include/sys/policy.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _SPL_POLICY_H
|
||||
#define _SPL_POLICY_H
|
||||
|
||||
#endif /* SPL_POLICY_H */
|
Loading…
Reference in New Issue
Block a user