This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
zfs
Watch
2
Star
0
Fork
You've already forked zfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
103
Wiki
Activity
f6ea161924
zfs
/
include
/
sys
/
systm.h
7 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Remove spl.h, just include the headers you need. Add a few more stubs. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@24 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-04 20:06:29 +00:00
#
ifndef _SPL_SYSTM_H
#
define _SPL_SYSTM_H
Move sunddi include
2008-12-23 21:32:07 +00:00
#
include
<sys/sunddi.h>
Remove spl.h, just include the headers you need. Add a few more stubs. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@24 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-04 20:06:29 +00:00
#
endif
/* SPL_SYSTM_H */