Wed Mar 11 09:49:37 CDT 2009 Pekka Pessi <first.last@nokia.com>

* s2base.c: use struct timeval with gettimeofday()
  Ignore-this: 1ca4ea3c958573a1fa845d8b66b7d6ad


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12746 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-24 15:43:28 +00:00
parent 596a0b60cb
commit 1dda329079
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue Mar 24 10:41:57 CDT 2009 Tue Mar 24 10:42:34 CDT 2009

View File

@ -74,7 +74,7 @@ now(void)
static double static double
now(void) now(void)
{ {
struct timespec tv; struct timeval tv;
gettimeofday(&tv, NULL); gettimeofday(&tv, NULL);