Sparse warns about this one:

sysLib.c:22:5: warning: symbol 'sysClkRateGet' was not declared. Should it be 
static?
sysLib.c:28:8: warning: symbol 'sysClkRateSet' was not declared. Should it be 
static?

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---
 vxworks/sysLib.c |    1 +
 1 file changed, 1 insertion(+)

Index: xenomai-solo/vxworks/sysLib.c
===================================================================
--- xenomai-solo.orig/vxworks/sysLib.c  2008-03-30 21:14:49.000000000 +0200
+++ xenomai-solo/vxworks/sysLib.c       2008-03-30 21:14:54.000000000 +0200
@@ -18,6 +18,7 @@
 
 #include "tickLib.h"
 #include <vxworks/errnoLib.h>
+#include <vxworks/sysLib.h>
 
 int sysClkRateGet(void)
 {
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to