mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 03:50:41 +01:00
Merge pull request #1344 from rgerhards/fix-build
fix build problems on some versions of fedora
This commit is contained in:
commit
d1c9df7110
@ -262,7 +262,7 @@ CODESTARTdbgPrintInstInfo
|
||||
dbgprintf("\tdynamic parent=%d\n", pData->dynParent);
|
||||
dbgprintf("\tuse https=%d\n", pData->useHttps);
|
||||
dbgprintf("\tbulkmode=%d\n", pData->bulkmode);
|
||||
dbgprintf("\tmaxbytes=%lu\n", pData->maxbytes);
|
||||
dbgprintf("\tmaxbytes=%zu\n", pData->maxbytes);
|
||||
dbgprintf("\tallowUnsignedCerts=%d\n", pData->allowUnsignedCerts);
|
||||
dbgprintf("\terrorfile='%s'\n", pData->errorFile == NULL ?
|
||||
(uchar*)"(not configured)" : pData->errorFile);
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
#include <assert.h>
|
||||
#include <sys/wait.h>
|
||||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
#include "srUtils.h"
|
||||
#include "obj.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user