Navigation


Changeset 855:2eb6882b20c6 in freeDiameter


Ignore:
Timestamp:
Oct 22, 2012, 1:46:17 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix return value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/portability.c

    r852 r855  
    4444        ts->tv_sec = tv.tv_sec;
    4545        ts->tv_nsec = tv.tv_usec * 1000;
     46        return 0;
    4647}
    4748#endif /* HAVE_CLOCK_GETTIME */
Note: See TracChangeset for help on using the changeset viewer.