f0a75d274a
ZFS file system was ported from OpenSolaris operating system. The code in under CDDL license. I'd like to thank all SUN developers that created this great piece of software. Supported by: Wheel LTD (http://www.wheel.pl/) Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/) Supported by: Sentex (http://www.sentex.net/)
9 lines
119 B
C
9 lines
119 B
C
#ifndef _SOLARIS_H_
|
|
#define _SOLARIS_H_
|
|
|
|
#include <sys/ccompile.h>
|
|
|
|
#define dirent64 dirent
|
|
|
|
#endif /* !_SOLARIS_H_ */
|