From 0cc119f05f5daa378720f34db6b5e41546f4af06 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Oct 2008 12:05:39 +0100 Subject: opkg: Really fix the prototype problem (and an invalid call) --- meta/packages/opkg/files/fix_prototype.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meta/packages/opkg/files') 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(); + } + + } -- cgit v1.2.3