mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Reorganize /include/ to add a /sys/, this way we don't need to
muck with #includes in existing Solaris style source to get it to find the right stuff. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@18 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "spl-generic.h"
|
||||
#include <sys/generic.h>
|
||||
#include "config.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "spl-kmem.h"
|
||||
#include <sys/kmem.h>
|
||||
|
||||
/*
|
||||
* Memory allocation interfaces
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <spl-rwlock.h>
|
||||
#include <sys/rwlock.h>
|
||||
|
||||
int
|
||||
rw_lock_held(krwlock_t *rwlp)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <spl-taskq.h>
|
||||
#include <sys/taskq.h>
|
||||
|
||||
/*
|
||||
* Task queue interface
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <spl-thread.h>
|
||||
#include <sys/thread.h>
|
||||
|
||||
/*
|
||||
* Thread interfaces
|
||||
|
||||
Reference in New Issue
Block a user