Fix compiling

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Terry Wilson 18 years ago
parent 9e1283e160
commit ebe533b83b

@ -166,7 +166,7 @@ static int timerfd_timer_enable_continuous(int handle)
{
int res;
struct itimerspec continuous_timer = {
.it_value.tv_nsec = 1L;
.it_value.tv_nsec = 1L,
};
struct timerfd_timer *our_timer, find_helper = {
.handle = handle,

Loading…
Cancel
Save