Mercurial > ecos
changeset 215:9091c290be62
Fix build problem with new network stack
| author | gthomas |
|---|---|
| date | Wed, 05 Jun 2002 13:14:32 +0000 |
| parents | 7788cd39a178 |
| children | da643977bd0a |
| files | packages/kernel/current/ChangeLog packages/kernel/current/include/kapi.h |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,7 @@ +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.
--- a/packages/kernel/current/include/kapi.h +++ b/packages/kernel/current/include/kapi.h @@ -357,7 +357,7 @@ void cyg_counter_set_value( 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 \
