Re: [Xenomai] [PATCH] cobalt/kernel: fix clock_adjtime() compile error

2018-03-04 Thread Philippe Gerum
On 03/02/2018 02:22 PM, Henning Schild wrote: > Moving the definition out of the ifdef solves the following error: > > include/xenomai/cobalt/kernel/clock.h:260:16: error: > ‘struct ’ has no member named ‘adjust_time’ > include/xenomai/cobalt/kernel/clock.h:263:19: error: > ‘struct ’ has no

Re: [Xenomai] [PATCH] cobalt/kernel: fix clock_adjtime() compile error

2018-03-02 Thread Henning Schild
Applies on top of current "next". Henning Am Fri, 2 Mar 2018 14:22:05 +0100 schrieb Henning Schild : > Moving the definition out of the ifdef solves the following error: > > include/xenomai/cobalt/kernel/clock.h:260:16: error: > ‘struct ’ has no member named

[Xenomai] [PATCH] cobalt/kernel: fix clock_adjtime() compile error

2018-03-02 Thread Henning Schild
Moving the definition out of the ifdef solves the following error: include/xenomai/cobalt/kernel/clock.h:260:16: error: ‘struct ’ has no member named ‘adjust_time’ include/xenomai/cobalt/kernel/clock.h:263:19: error: ‘struct ’ has no member named ‘adjust_time’ Signed-off-by: Henning Schild