aboutsummaryrefslogtreecommitdiffstats
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
commit3e93541643b7503c981b315e1954f78fe25ee667 (patch)
tree15b22cc81b20debff196a1779c122487a1db579c /package/uci/patches/100-gcc_warning.patch
parent693fc7f10f66c8c3995c7cbeea7606171e297b81 (diff)
downloadmaster-187ad058-3e93541643b7503c981b315e1954f78fe25ee667.tar.gz
master-187ad058-3e93541643b7503c981b315e1954f78fe25ee667.tar.bz2
master-187ad058-3e93541643b7503c981b315e1954f78fe25ee667.zip
[uci] bump to the lastest git commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20378 3c298f89-4303-0410-b956-a3cf2f4a3e73
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;