rsyslog/rsyslog-8.4.0_implicit_declaration.patch
Marius Tomaschewski fed6fcdcc0 Accepting request 245645 from home:darix:branches:Base:System
- reenable gssapi module
- rsyslog 8.4.0 [v8-stable]
- added documentation tarball and also install the html
  documentation
  new subpackage rsyslog-doc
- drop rsyslog-pid-file.patch: patch is included in update
- added rsyslog-8.4.0_implicit_declaration.patch:
  include sys/time.h for gettimeofday

OBS-URL: https://build.opensuse.org/request/show/245645
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=196
2014-08-21 17:01:57 +00:00

13 lines
349 B
Diff

Index: rsyslog-8.4.0/plugins/imkmsg/kmsg.c
===================================================================
--- rsyslog-8.4.0.orig/plugins/imkmsg/kmsg.c
+++ rsyslog-8.4.0/plugins/imkmsg/kmsg.c
@@ -34,6 +34,7 @@
#include <ctype.h>
#include <sys/klog.h>
#include <sys/sysinfo.h>
+#include <sys/time.h>
#include <json.h>
#include "rsyslog.h"