KAPI - fix build problem with new network stack

Gary Thomas gthomas@redhat.com
Wed Jun 5 06:14:00 GMT 2002


Index: kernel/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.77
diff -u -5 -p -r1.77 ChangeLog
--- kernel/current/ChangeLog	29 May 2002 18:28:26 -0000	1.77
+++ kernel/current/ChangeLog	5 Jun 2002 12:57:18 -0000
@@ -1,5 +1,9 @@
+2002-06-05  Gary Thomas  <gary@chez-thomas.org>
+
+	* include/kapi.h: Fix prototype (to allow builds with net stack).
+
 2002-05-24  Jesper Skov  <jskov@redhat.com>
 
 	* cdl/kernel.cdl: Fix typo.
 
 2002-05-23  Jonathan Larmour  <jlarmour@redhat.com>
Index: kernel/current/include/kapi.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/include/kapi.h,v
retrieving revision 1.15
diff -u -5 -p -r1.15 kapi.h
--- kernel/current/include/kapi.h	23 May 2002 23:06:47 -0000	1.15
+++ kernel/current/include/kapi.h	5 Jun 2002 12:57:18 -0000
@@ -355,11 +355,11 @@ void cyg_counter_set_value(
 
 /* Advance counter by one tick                                               */
 void cyg_counter_tick(cyg_handle_t counter);
 
 /* Advance counter by multiple ticks                                         */
-void cyg_counter_multi_tick(cyg_handle_t counter, cyg_tick_count_t ticks);
+void cyg_counter_multi_tick(cyg_handle_t counter, cyg_tick_count_t _ticks);
 

 #define CYG_RESOLUTION_T_MEMBERS  \
     cyg_uint32  dividend;         \
     cyg_uint32  divisor;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 232 bytes
Desc: This is a digitally signed message part
URL: <http://sourceware.org/pipermail/ecos-patches/attachments/20020605/c4bba3e1/attachment.sig>


More information about the Ecos-patches mailing list