remove warnings under Darwin for missing includes and too many parameters in TRACE2

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1404 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Fabien Thomas 2007-07-02 12:41:53 +00:00
parent a245f25ac8
commit 1c4833edba
4 changed files with 4 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ static void message_handler_req_lib_amf_pmstop (
struct amf_comp *comp;
SaAisErrorT error = SA_AIS_OK;
TRACE2 ("PmStop msg: '%s', %llu %d %d %d",
TRACE2 ("PmStop msg: '%s', %llu %d %d",
req_lib->compName.value,
req_lib->processId,
req_lib->stopQualifier,

View File

@ -125,6 +125,7 @@
*/
#include <assert.h>
#include <stdlib.h>
#include "amf.h"
#include "print.h"
#include "util.h"

View File

@ -112,6 +112,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "amf.h"
#include "print.h"
#include "util.h"

View File

@ -370,6 +370,7 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>