Accepting request 129087 from server:mail
Include sys/resource.h for getrlimit. (forwarded request 129053 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/129087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=30
This commit is contained in:
parent
cd87ffc2e0
commit
31808e0cfc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 08:43:05 UTC 2012 - aj@suse.de
|
||||
|
||||
- Include sys/resource.h for getrlimit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 11:36:12 UTC 2012 - puzel@suse.com
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: alpine
|
||||
#
|
||||
# Package configuration:
|
||||
|
@ -10,11 +10,12 @@ http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
|
||||
|
||||
--- alpine-0.999/alpine/alpine.c
|
||||
+++ alpine-0.999/alpine/alpine.c
|
||||
@@ -15,6 +15,7 @@ static char rcsid[] = "$Id: alpine.c 615
|
||||
@@ -15,6 +15,8 @@ static char rcsid[] = "$Id: alpine.c 615
|
||||
* ========================================================================
|
||||
*/
|
||||
|
||||
+#include <execinfo.h>
|
||||
+#include <sys/resource.h>
|
||||
#include "headers.h"
|
||||
|
||||
#include "../pith/newmail.h"
|
||||
|
Loading…
Reference in New Issue
Block a user