]> git.proxmox.com Git - ovs.git/commit
util: Remove va_copy() implementation.
authorBen Pfaff <blp@ovn.org>
Fri, 1 Apr 2016 04:18:24 +0000 (21:18 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 1 Apr 2016 04:48:21 +0000 (21:48 -0700)
commitcab07b63a1a01fe572f1f9053ea06a67bfbed1df
tree8d80cf7e176dad2dc5bce41adacde05dfff4d26b
parent036c7f03c80a60579e220a67337053076a9f15f1
util: Remove va_copy() implementation.

This was here to help out older compilers that do not include va_copy(),
which was new in C99.  All the compilers we care about these days (GCC,
Clang, MSVC) do support va_copy(), so remove it.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
lib/util.h