rsyslog/rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
Andreas Jaeger be70551bfc Accepting request 132232 from home:AndreasStieger:rsyslog:v6-stable
- update to 6.4.0 [BETA] 2012-08-20
  This is the first version of the 6.4.0 stable branch.
  http://www.rsyslog.com/changelog/
- add rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
  to fix compiler warning
- rsyslog-6.2.2-link-libestr.patch no longer required
- template functionality was removed upstream

- add support for mmnormalize (via liblognorm) and template modules

OBS-URL: https://build.opensuse.org/request/show/132232
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=90
2012-09-04 07:32:45 +00:00

18 lines
379 B
Diff

Index: runtime/glbl.c
===================================================================
--- runtime/glbl.c.orig 2012-06-18 09:13:18.000000000 +0100
+++ runtime/glbl.c 2012-07-01 23:50:00.000000000 +0100
@@ -553,10 +553,12 @@ glblProcessCnf(struct cnfobj *o)
cnfparamsPrint(&paramblk, cnfparamvals);
}
+/*
rsRetVal
glblCheckCnf()
{
}
+*/
void
glblDoneLoadCnf(void)