mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
9 lines
137 B
C
9 lines
137 B
C
|
#ifndef _SPL_UTSNAME_H
|
||
|
#define _SPL_UTSNAME_H
|
||
|
|
||
|
#include <linux/utsname.h>
|
||
|
|
||
|
#define utsname system_utsname
|
||
|
|
||
|
#endif /* SPL_UTSNAME_H */
|