]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/vsprintf.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / lib / vsprintf.c
index 8c58a9366291bff911576e758156e8ec31b89213..aa214dd06fc3cc836a49929f4f76343c8b34dbcd 100644 (file)
@@ -18,7 +18,7 @@
 #if !defined (CONFIG_PANIC_HANG)
 #include <command.h>
 /*cmd_boot.c*/
-extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
+extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 #endif
 
 #include <div64.h>