summaryrefslogtreecommitdiffstats
path: root/package/uci/patches/100-gcc_warning.patch
diff options
context:
space:
mode:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-23 01:28:52 +0000
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-23 01:28:52 +0000
commit198af969411e3c43da456decba6bfb88666c8e6c (patch)
tree15b22cc81b20debff196a1779c122487a1db579c /package/uci/patches/100-gcc_warning.patch
parenta091d3050b678c3c0b1c31362527133ef7a1b624 (diff)
[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 9ac51448b..000000000
--- 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;