]> git.ipfire.org Git - thirdparty/openvpn.git/commit
build: move gettimeofday() emulation to compat
authorAlon Bar-Lev <alon.barlev@gmail.com>
Wed, 29 Feb 2012 20:12:15 +0000 (22:12 +0200)
committerDavid Sommerseth <davids@redhat.com>
Thu, 22 Mar 2012 21:53:39 +0000 (22:53 +0100)
commit3d163bc544ab9dfc62d9a2c865f8abb865bf6eb3
treed4ec60463290c45c2b201797099214d854edc042
parentdc81e743989640cc681a40e69455cc9fc736ab9c
build: move gettimeofday() emulation to compat

Remove all references to gettimeofday() from main project.

SIDE EFFECT: mingw will use its own internal gettimeofday().

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
17 files changed:
config-msvc.h
configure.ac
src/compat/Makefile.am
src/compat/compat-gettimeofday.c [new file with mode: 0644]
src/compat/compat.h
src/compat/compat.vcproj
src/openvpn/forward.c
src/openvpn/init.c
src/openvpn/misc.c
src/openvpn/openvpn.h
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/otime.c
src/openvpn/otime.h
src/openvpn/shaper.c
src/openvpn/shaper.h
src/openvpn/syshead.h