mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
Cleanup for GCC-4.x
This commit is contained in:
@@ -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);
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user