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:
Ismail Dönmez 2012-07-30 09:16:34 +00:00 committed by Git OBS Bridge
parent cd87ffc2e0
commit 31808e0cfc
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: alpine
#
# Package configuration:

View File

@ -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"