mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
10b9d77bf1
Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month
15 lines
183 B
C
15 lines
183 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _SOLARIS_H_
|
|
#define _SOLARIS_H_
|
|
|
|
#include <sys/ccompile.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#define NOTE(s)
|
|
|
|
int mkdirp(const char *, mode_t);
|
|
|
|
#endif /* !_SOLARIS_H_ */
|