Loading external/os_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ void os_sleep(os_time_t sec, os_time_t usec) int os_get_time(struct os_time *t) { int res; struct timeval tv; struct timeval tv = {0}; res = gettimeofday(&tv, NULL); t->sec = tv.tv_sec; t->usec = tv.tv_usec; Loading fst_ini_conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ int fst_ini_config_get_group_slave_ifaces(struct fst_ini_config *h, /* Skip the master interface */ cnt--; if (i < cnt) memmove(&(*ifaces)[i], &(*ifaces)[i+1], os_memmove(&(*ifaces)[i], &(*ifaces)[i+1], (cnt-i) * sizeof(struct fst_iface_info)); return cnt; } Loading Loading
external/os_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ void os_sleep(os_time_t sec, os_time_t usec) int os_get_time(struct os_time *t) { int res; struct timeval tv; struct timeval tv = {0}; res = gettimeofday(&tv, NULL); t->sec = tv.tv_sec; t->usec = tv.tv_usec; Loading
fst_ini_conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ int fst_ini_config_get_group_slave_ifaces(struct fst_ini_config *h, /* Skip the master interface */ cnt--; if (i < cnt) memmove(&(*ifaces)[i], &(*ifaces)[i+1], os_memmove(&(*ifaces)[i], &(*ifaces)[i+1], (cnt-i) * sizeof(struct fst_iface_info)); return cnt; } Loading