summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/files/fix_prototype.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/opkg/files/fix_prototype.patch')
-rw-r--r--meta/packages/opkg/files/fix_prototype.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/opkg/files/fix_prototype.patch b/meta/packages/opkg/files/fix_prototype.patch
index 8d4eb7b5a..4be881aa7 100644
--- a/meta/packages/opkg/files/fix_prototype.patch
+++ b/meta/packages/opkg/files/fix_prototype.patch
@@ -24,3 +24,16 @@ Index: opkg/libopkg/opkg_utils.h
int get_available_blocks(char * filesystem);
char **read_raw_pkgs_from_file(const char *file_name);
+Index: opkg/libopkg/opkg_cmd.c
+===================================================================
+--- opkg.orig/libopkg/opkg_cmd.c 2008-10-23 12:02:29.000000000 +0100
++++ opkg/libopkg/opkg_cmd.c 2008-10-23 12:02:53.000000000 +0100
+@@ -151,7 +151,7 @@
+ error_list = error_list->next;
+
+ }
+- free_error_list(&error_list);
++ free_error_list();
+ }
+
+ }