[packages] asterisk-1.8.x: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
zandbelt 2011-08-22 11:26:02 +00:00
parent 6db50ad02c
commit ebf7e69f61
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -14,7 +14,7 @@ GTK2=@PBX_GTK2@
@@ -16,7 +16,7 @@ GTK2=@PBX_GTK2@
H323=@PBX_H323@
HOARD=@PBX_HOARD@
ICAL=@PBX_ICAL@

View File

@ -1,6 +1,6 @@
--- a/main/utils.c
+++ b/main/utils.c
@@ -1632,7 +1632,7 @@ ast_string_field __ast_string_field_allo
@@ -1635,7 +1635,7 @@ ast_string_field __ast_string_field_allo
}
result = (*pool_head)->base + (*pool_head)->used;
@ -9,7 +9,7 @@
/* SPARC requires that the allocation field be aligned. */
if ((long) result % sizeof(ast_string_field_allocation)) {
result++;
@@ -1713,7 +1713,7 @@ void __ast_string_field_ptr_build_va(str
@@ -1716,7 +1716,7 @@ void __ast_string_field_ptr_build_va(str
}
} else {
target = (*pool_head)->base + (*pool_head)->used + sizeof(ast_string_field_allocation);