diff options
Diffstat (limited to 'include/vxworks.h')
| -rw-r--r-- | include/vxworks.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/vxworks.h b/include/vxworks.h index 1633904bd..917a9ff85 100644 --- a/include/vxworks.h +++ b/include/vxworks.h @@ -24,7 +24,7 @@  #ifndef _VXWORKS_H_  #define _VXWORKS_H_ -int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); +int do_bootvx(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);  /*   * Use bootaddr to find the location in memory that VxWorks |