]> git.proxmox.com Git - mirror_zfs.git/blame - include/linux/utsname_compat.h
Improve error message for zfs create with @ or # in name
[mirror_zfs.git] / include / linux / utsname_compat.h
CommitLineData
a26baf28
BB
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
f0e324f2
BB
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
a26baf28 7 *
f0e324f2 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a26baf28
BB
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
f0e324f2 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a26baf28
BB
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
a26baf28 21
f0e324f2
BB
22#ifndef _ZFS_UTSNAME_H
23#define _ZFS_UTSNAME_H
a26baf28 24
f0e324f2 25#include <linux/utsname.h>
a26baf28 26
f0e324f2 27typedef struct new_utsname utsname_t;
a26baf28 28
f0e324f2 29#endif /* _ZFS_UTSNAME_H */