platform-dependent files included relative to main source directory

This commit is contained in:
mayurdahibhate
2021-04-29 23:43:36 +05:30
committed by BenBE
parent 1b74dfe187
commit 3f86a011e6
41 changed files with 97 additions and 91 deletions

View File

@ -13,8 +13,6 @@ in the source distribution for its full text.
#define GZONE "global "
#define UZONE "unknown "
#include "zfs/ZfsArcStats.h"
#include <kstat.h>
#include <sys/param.h>
#include <sys/uio.h>
@ -23,6 +21,9 @@ in the source distribution for its full text.
#include <sys/sysinfo.h>
#include <sys/swap.h>
#include "zfs/ZfsArcStats.h"
#define ZONE_ERRMSGLEN 1024
extern char zone_errmsg[ZONE_ERRMSGLEN];