This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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;
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |