diff options
Diffstat (limited to 'meta/packages/opkg/files')
-rw-r--r-- | meta/packages/opkg/files/fix_prototype.patch | 13 |
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 8d4eb7b5ad..4be881aa7e 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 | |||
24 | 24 | ||
25 | int get_available_blocks(char * filesystem); | 25 | int get_available_blocks(char * filesystem); |
26 | char **read_raw_pkgs_from_file(const char *file_name); | 26 | char **read_raw_pkgs_from_file(const char *file_name); |
27 | Index: opkg/libopkg/opkg_cmd.c | ||
28 | =================================================================== | ||
29 | --- opkg.orig/libopkg/opkg_cmd.c 2008-10-23 12:02:29.000000000 +0100 | ||
30 | +++ opkg/libopkg/opkg_cmd.c 2008-10-23 12:02:53.000000000 +0100 | ||
31 | @@ -151,7 +151,7 @@ | ||
32 | error_list = error_list->next; | ||
33 | |||
34 | } | ||
35 | - free_error_list(&error_list); | ||
36 | + free_error_list(); | ||
37 | } | ||
38 | |||
39 | } | ||