FS-9362: [mod_sofia] fix sofia compile error on newer clang included in new osx

Conflicts:
	libs/sofia-sip/.update
This commit is contained in:
Michael Jerris 2016-08-16 13:37:31 -05:00
parent bb7f8783c9
commit 8786dd626e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Mon Aug 8 16:39:35 CDT 2016
Tue Aug 16 13:39:03 CDT 2016

View File

@ -398,7 +398,7 @@ uint64_t su_nanocounter(void)
static int init = 0;
static clockid_t cpu = CLOCK_REALTIME;
# define CLOCK_GETTIMEOFDAY 0xdedbeefUL
# define CLOCK_GETTIMEOFDAY ((clockid_t)-1)
if (init == 0) {
init = 1;