Re: [Linuxptp-devel] [PATCHv2] Fix building with new kernel headers.

2019-01-06 Thread Richard Cochran
On Tue, Nov 13, 2018 at 01:16:08PM +0100, Miroslav Lichvar wrote: > net_tstamp.h in recent kernel versions requires time.h for clockid_t. Applied. Thanks, Richard ___ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net

Re: [Linuxptp-devel] [PATCHv2] Fix building with new kernel headers.

2018-11-13 Thread Miroslav Lichvar
On Tue, Nov 13, 2018 at 07:09:22AM -0800, Richard Cochran wrote: > On Tue, Nov 13, 2018 at 01:16:08PM +0100, Miroslav Lichvar wrote: > > net_tstamp.h in recent kernel versions requires time.h for clockid_t. > > Can you tell us which kernel exactly? > > (I'll put it into the README.) It seems

Re: [Linuxptp-devel] [PATCHv2] Fix building with new kernel headers.

2018-11-13 Thread Richard Cochran
On Tue, Nov 13, 2018 at 01:16:08PM +0100, Miroslav Lichvar wrote: > net_tstamp.h in recent kernel versions requires time.h for clockid_t. Can you tell us which kernel exactly? (I'll put it into the README.) Thanks, Richard ___ Linuxptp-devel mailing

[Linuxptp-devel] [PATCHv2] Fix building with new kernel headers.

2018-11-13 Thread Miroslav Lichvar
net_tstamp.h in recent kernel versions requires time.h for clockid_t. Signed-off-by: Miroslav Lichvar --- clock.c | 2 +- sk.c | 1 + timemaster.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clock.c b/clock.c index 56bc79b..ef9a008 100644 --- a/clock.c +++