[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:
parent
6db50ad02c
commit
ebf7e69f61
@ -1,6 +1,6 @@
|
|||||||
--- a/build_tools/menuselect-deps.in
|
--- a/build_tools/menuselect-deps.in
|
||||||
+++ b/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@
|
H323=@PBX_H323@
|
||||||
HOARD=@PBX_HOARD@
|
HOARD=@PBX_HOARD@
|
||||||
ICAL=@PBX_ICAL@
|
ICAL=@PBX_ICAL@
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/main/utils.c
|
--- a/main/utils.c
|
||||||
+++ b/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;
|
result = (*pool_head)->base + (*pool_head)->used;
|
||||||
@ -9,7 +9,7 @@
|
|||||||
/* SPARC requires that the allocation field be aligned. */
|
/* SPARC requires that the allocation field be aligned. */
|
||||||
if ((long) result % sizeof(ast_string_field_allocation)) {
|
if ((long) result % sizeof(ast_string_field_allocation)) {
|
||||||
result++;
|
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 {
|
} else {
|
||||||
target = (*pool_head)->base + (*pool_head)->used + sizeof(ast_string_field_allocation);
|
target = (*pool_head)->base + (*pool_head)->used + sizeof(ast_string_field_allocation);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user