Print this page
8115 parallel zfs mount
*** 19,28 ****
--- 19,30 ----
* CDDL HEADER END
*/
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ *
+ * Copyright 2017 RackTop Systems.
*/
#ifndef _SYS_KICONV_H
#define _SYS_KICONV_H
*** 30,40 ****
extern "C" {
#endif
#include <sys/types.h>
! #ifdef _KERNEL
/*
* Supported fromcode/tocode values are saved in the following component type
* of (name, id) pair. The id values of fromcode and tocode are used to
* find out the corresponding code conversions.
--- 32,42 ----
extern "C" {
#endif
#include <sys/types.h>
! #if defined(_KERNEL) || defined(_FAKE_KERNEL)
/*
* Supported fromcode/tocode values are saved in the following component type
* of (name, id) pair. The id values of fromcode and tocode are used to
* find out the corresponding code conversions.