summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-20 07:16:40 -0400
committerWolfgang Denk <wd@denx.de>2010-11-28 21:55:15 +0100
commitb920ee9db254786ee909705d904ef509758afbdc (patch)
tree6fae30e3b738af8e9c6e38fc491c5560a122798a /include/net.h
parent722b061b6f6f3405118f2969272511e7e19990e3 (diff)
downloadblackbird-obmc-uboot-b920ee9db254786ee909705d904ef509758afbdc.tar.gz
blackbird-obmc-uboot-b920ee9db254786ee909705d904ef509758afbdc.zip
copy_filename: constify "src" arg
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index a29dafc101..dd673f0ece 100644
--- a/include/net.h
+++ b/include/net.h
@@ -526,7 +526,7 @@ extern ushort string_to_VLAN(char *s);
extern ushort getenv_VLAN(char *);
/* copy a filename (allow for "..." notation, limit length) */
-extern void copy_filename (char *dst, char *src, int size);
+extern void copy_filename (char *dst, const char *src, int size);
/* get a random source port */
extern unsigned int random_port(void);
OpenPOWER on IntegriCloud