|
From: Chris B. <buc...@us...> - 2013-01-15 23:18:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 6137c76fafaf520d6384b3fa52e58c3d14e53fb7 (commit)
from f87ff4c5d7193cdb3d3cd2ab6be3ed38e1bd3b41 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6137c76fafaf520d6384b3fa52e58c3d14e53fb7
Author: buccella <buc...@li...>
Date: Tue Jan 15 18:17:54 2013 -0500
[ 3599437 ] missing include of <sys/resource.h>
-----------------------------------------------------------------------
Summary of changes:
diff --git a/cimRequest.c b/cimRequest.c
index 54dadc2..92393e0 100644
--- a/cimRequest.c
+++ b/cimRequest.c
@@ -20,6 +20,8 @@
*
*/
+#include <sys/resource.h>
+
#include "cmpi/cmpidt.h"
#include "cimXmlGen.h"
#include "cimXmlParser.h"
diff --git a/contributions.txt b/contributions.txt
index c8773d8..32b5092 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -118,6 +118,7 @@ Klaus Kampf, Novell
03/29/2012 [ 3441028 ] sblim-sfcb fails on large https requests
03/29/2012 [ 3416054 ] Provider continues despite SIGSEGV
01/05/2013 [ 3599329 ] dlopen failed for sfcbCustomLib
+01/15/2013 [ 3599437 ] missing include of <sys/resource.h>
Mike Brasher, Inova
-------------------
diff --git a/httpAdapter.c b/httpAdapter.c
index b627b5f..f262cf8 100644
--- a/httpAdapter.c
+++ b/httpAdapter.c
@@ -62,6 +62,8 @@
#include <sys/fsuid.h>
#endif
+#include <sys/resource.h>
+
#include "httpComm.h"
#include "sfcVersion.h"
#include "control.h"
diff --git a/providerMgr.c b/providerMgr.c
index d8c6729..890de33 100644
--- a/providerMgr.c
+++ b/providerMgr.c
@@ -23,6 +23,7 @@
#include <signal.h>
#include <time.h>
#include <pthread.h>
+#include <sys/resource.h>
#include "cmpi/cmpidt.h"
#include "providerRegister.h"
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|