]> git.proxmox.com Git - mirror_spl.git/commit
Remove utsname() wrapper
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:10:19 +0000 (15:10 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:11:41 +0000 (15:11 -0700)
commitbb4dee3df2a191032201ce7f367be12fd898e08d
treeba97503550ad91ba72e88e877c1e1d0798b3c8bc
parentaa363c5c0507ed660f57655211df1fe2c30b380e
Remove utsname() wrapper

There is no longer a need to wrap this because utsname() is provided
by the kernel and can be called directly.  This will require a small
change in the ZFS code because utsname is expected to be a global
structure and not a function.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
include/sys/Makefile.am
include/sys/utsname.h [deleted file]
module/spl/spl-generic.c