mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Cleanup for GCC-4.x
This commit is contained in:
parent
17a8b276ba
commit
77ddac9480
201 changed files with 606 additions and 587 deletions
|
@ -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);
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue