]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/zfs_context.h
Replace __va_list with va_list
authorAlec Salazar <alec.j.salazar@gmail.com>
Tue, 5 Aug 2014 13:10:54 +0000 (09:10 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 13 Aug 2014 17:35:00 +0000 (10:35 -0700)
commit22a11a5b5abc6b82972f8c6fa1d9b6efab3a4ab5
tree867605d11905e8b68ff0fccd4a03789e5fd090c9
parent0d5c500d6cf4dd9e133cbffd82440c95d89478a4
Replace __va_list with va_list

Most of the code base already uses va_list, which is specified by
iso-c. gcc/glibc provides 'typedef __gnuc_va_list va_list'. and
when not using gcc/glibc we can't expect to find __gnuc_va_list.

Signed-off-by: Alec Salazar <alec.j.salazar@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2588
include/sys/nvpair.h
include/sys/zfs_context.h
lib/libspl/include/sys/va_list.h