diff options
author | Tim Haley <Tim.Haley@Sun.COM> | 2010-08-07 19:27:15 -0600 |
---|---|---|
committer | Tim Haley <Tim.Haley@Sun.COM> | 2010-08-07 19:27:15 -0600 |
commit | 99d5e173470cf967aa87653364ed614299e7b511 (patch) | |
tree | a42eb4b1976859f610f60de0b70159efca9c83e3 /usr/src/lib/libzfs/common/libzfs_dataset.c | |
parent | 84d8c05b8aec0c78c7207612a6378181d130900c (diff) | |
download | illumos-gate-99d5e173470cf967aa87653364ed614299e7b511.tar.gz |
PSARC 2010/105 zfs diff
6425091 want 'zfs diff' to list files that have changed between snapshots
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_dataset.c')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_dataset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_dataset.c b/usr/src/lib/libzfs/common/libzfs_dataset.c index bb3dd9e7da..b7c1360db4 100644 --- a/usr/src/lib/libzfs/common/libzfs_dataset.c +++ b/usr/src/lib/libzfs/common/libzfs_dataset.c @@ -125,7 +125,7 @@ path_to_str(const char *path, int types) * provide a more meaningful error message. We call zfs_error_aux() to * explain exactly why the name was not valid. */ -static int +int zfs_validate_name(libzfs_handle_t *hdl, const char *path, int type, boolean_t modifying) { |