Deleted Added
full compact
libzfs_dataset.c (339103) libzfs_dataset.c (339118)
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

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

45#include <zone.h>
46#include <fcntl.h>
47#include <sys/mntent.h>
48#include <sys/mount.h>
49#include <priv.h>
50#include <pwd.h>
51#include <grp.h>
52#include <stddef.h>
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

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

45#include <zone.h>
46#include <fcntl.h>
47#include <sys/mntent.h>
48#include <sys/mount.h>
49#include <priv.h>
50#include <pwd.h>
51#include <grp.h>
52#include <stddef.h>
53#ifdef illumos
53#include <idmap.h>
54#include <idmap.h>
55#endif
54
55#include <sys/dnode.h>
56#include <sys/spa.h>
57#include <sys/zap.h>
58#include <sys/misc.h>
59#include <libzfs.h>
60
61#include "zfs_namecheck.h"

--- 5135 unchanged lines hidden ---
56
57#include <sys/dnode.h>
58#include <sys/spa.h>
59#include <sys/zap.h>
60#include <sys/misc.h>
61#include <libzfs.h>
62
63#include "zfs_namecheck.h"

--- 5135 unchanged lines hidden ---