summaryrefslogtreecommitdiffstats
path: root/package/uci/patches/100-gcc_warning.patch
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-23 01:28:52 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-23 01:28:52 +0000
commit17b7aaba31c076a364b6e53d77ab69a528bfc502 (patch)
tree4c2206b634d8c623e1cc143a96d791a73aa4f101 /package/uci/patches/100-gcc_warning.patch
parent40781b7290e9bd313deeefd93b6e119cc61d7809 (diff)
downloadmaster-31e0f0ae-17b7aaba31c076a364b6e53d77ab69a528bfc502.tar.gz
master-31e0f0ae-17b7aaba31c076a364b6e53d77ab69a528bfc502.tar.bz2
master-31e0f0ae-17b7aaba31c076a364b6e53d77ab69a528bfc502.zip
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.patch11
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 9ac51448b6..0000000000
--- 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;