diff options
author | Björn Jacke <bj@sernet.de> | 2010-08-31 13:11:13 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-08-31 13:11:13 +0200 |
commit | 659829851703797b47d398d3c71ad971b2c5dab7 (patch) | |
tree | a059027d8635f4a48c890d6a156b5b67f20d8890 /source4/heimdal_build | |
parent | b4ae2efa963649c46fa4a3e3ad054c691f38af5b (diff) | |
download | samba-659829851703797b47d398d3c71ad971b2c5dab7.tar.gz samba-659829851703797b47d398d3c71ad971b2c5dab7.tar.bz2 samba-659829851703797b47d398d3c71ad971b2c5dab7.zip |
s4/heimdal_build: use GetTimeOfDay macro instead of gettimeofday
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/roken.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 50da1daa54..e44810dd2d 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -118,6 +118,7 @@ #ifndef HAVE_GETTIMEOFDAY #define HAVE_GETTIMEOFDAY #endif +#define gettimeofday(a,b) GetTimeOfDay(a) #ifndef HAVE_SETEGID #define HAVE_SETEGID |