diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-23 01:28:52 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-23 01:28:52 +0000 |
commit | 17b7aaba31c076a364b6e53d77ab69a528bfc502 (patch) | |
tree | 4c2206b634d8c623e1cc143a96d791a73aa4f101 /package/uci/patches/100-gcc_warning.patch | |
parent | 40781b7290e9bd313deeefd93b6e119cc61d7809 (diff) | |
download | mtk-20170518-17b7aaba31c076a364b6e53d77ab69a528bfc502.zip mtk-20170518-17b7aaba31c076a364b6e53d77ab69a528bfc502.tar.gz mtk-20170518-17b7aaba31c076a364b6e53d77ab69a528bfc502.tar.bz2 |
bump to the lastest git commit
SVN-Revision: 20378
Diffstat (limited to 'package/uci/patches/100-gcc_warning.patch')
-rw-r--r-- | package/uci/patches/100-gcc_warning.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/uci/patches/100-gcc_warning.patch b/package/uci/patches/100-gcc_warning.patch deleted file mode 100644 index 9ac5144..0000000 --- a/package/uci/patches/100-gcc_warning.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/cli.c -+++ b/cli.c -@@ -462,7 +462,7 @@ - - static int uci_batch_cmd(void) - { -- char *argv[MAX_ARGS]; -+ char *argv[MAX_ARGS + 2]; - char *str = NULL; - int ret = 0; - int i, j; |