> > In ieee1588fwd.c, timestamp.tv_sec is a time_t variable, which is a long > > int, but > > it was being printed with PRIu64, causing an issue on 32 bits. > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com> > Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
Applied, thanks