Cleanup for GCC-4.x

This commit is contained in:
Wolfgang Denk 2005-10-13 16:45:02 +02:00
parent 17a8b276ba
commit 77ddac9480
201 changed files with 606 additions and 587 deletions

View file

@ -453,7 +453,7 @@ extern IPaddr_t getenv_IPaddr (char *);
extern ushort getenv_VLAN(char *);
/* copy a filename (allow for "..." notation, limit length) */
extern void copy_filename (uchar *dst, uchar *src, int size);
extern void copy_filename (char *dst, char *src, int size);
/**********************************************************************/