[PATCH v2 09/12] kern_ntptime: Add define in order to remove warning

Gabriel Moyano gabriel.moyano at dlr.de
Fri Apr 29 07:20:48 UTC 2022


---
 cpukit/score/src/kern_ntptime.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cpukit/score/src/kern_ntptime.c b/cpukit/score/src/kern_ntptime.c
index da6b425064..c1b4013e9b 100644
--- a/cpukit/score/src/kern_ntptime.c
+++ b/cpukit/score/src/kern_ntptime.c
@@ -58,6 +58,9 @@ __FBSDID("$FreeBSD$");
 #include <sys/time.h>
 #include <sys/timex.h>
 #include <sys/timetc.h>
+#ifdef __rtems__
+#define	_KERNEL
+#endif /* __rtems__ */
 #include <sys/timepps.h>
 #ifndef __rtems__
 #include <sys/syscallsubr.h>
-- 
2.25.1



More information about the devel mailing list