Deleted Added
full compact
libzfs.h (307120) libzfs.h (307122)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 37 unchanged lines hidden (view full) ---

46
47#ifdef __cplusplus
48extern "C" {
49#endif
50
51/*
52 * Miscellaneous ZFS constants
53 */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 37 unchanged lines hidden (view full) ---

46
47#ifdef __cplusplus
48extern "C" {
49#endif
50
51/*
52 * Miscellaneous ZFS constants
53 */
54#define ZFS_MAXNAMELEN MAXNAMELEN
55#define ZPOOL_MAXNAMELEN MAXNAMELEN
56#define ZFS_MAXPROPLEN MAXPATHLEN
57#define ZPOOL_MAXPROPLEN MAXPATHLEN
58
59/*
60 * libzfs errors
61 */
62typedef enum zfs_error {
63 EZFS_SUCCESS = 0, /* no error -- success */

--- 751 unchanged lines hidden ---
54#define ZFS_MAXPROPLEN MAXPATHLEN
55#define ZPOOL_MAXPROPLEN MAXPATHLEN
56
57/*
58 * libzfs errors
59 */
60typedef enum zfs_error {
61 EZFS_SUCCESS = 0, /* no error -- success */

--- 751 unchanged lines hidden ---