Mercurial > ecos-v3_0-branch
changeset 617:fb71b8d20fd9
* src/ebsa285_misc.c: Replaced explicit prototype of memset with
#include <string.h>.
| author | jlarmour |
|---|---|
| date | Thu, 13 Feb 2003 19:10:43 +0000 |
| parents | 7bd1bced5ead |
| children | aaa7c1becc35 |
| files | packages/hal/arm/ebsa285/current/ChangeLog packages/hal/arm/ebsa285/current/src/ebsa285_misc.c |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/ebsa285/current/ChangeLog +++ b/packages/hal/arm/ebsa285/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-13 Patrick Doyle <wpd@delcomsys.com> + * src/ebsa285_misc.c: Replaced explicit prototype of memset with + #include <string.h>. + 2002-08-02 Andrew Lunn <Andrew.Lunn@ascom.ch> * src/redboot_cmds.c: Redboot exec command can now be disabled by CDL
