|
|
@@ -1,6 +1,6 @@
|
|
|
Index: config.h.in
|
|
|
---- config.h.in.orig 2008-02-18 10:51:24 +0100
|
|
|
-+++ config.h.in 2008-02-19 19:34:44 +0100
|
|
|
+--- config.h.in.orig 2008-03-07 08:26:54 +0100
|
|
|
++++ config.h.in 2008-03-08 09:02:05 +0100
|
|
|
@@ -1,7 +1,9 @@
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
@@ -12,8 +12,8 @@ Index: config.h.in
|
|
|
/* Regular expressions support enabled. */
|
|
|
#undef FEATURE_REGEXP
|
|
|
Index: net.h
|
|
|
---- net.h.orig 2008-01-18 19:47:19 +0100
|
|
|
-+++ net.h 2008-02-19 19:34:44 +0100
|
|
|
+--- net.h.orig 2008-03-07 08:33:15 +0100
|
|
|
++++ net.h 2008-03-08 09:02:05 +0100
|
|
|
@@ -23,6 +23,9 @@
|
|
|
#ifndef INCLUDED_NET_H
|
|
|
#define INCLUDED_NET_H
|
|
|
@@ -23,13 +23,13 @@ Index: net.h
|
|
|
+
|
|
|
#ifdef SYSLOG_INET
|
|
|
#include <netinet/in.h>
|
|
|
-
|
|
|
+ #include <sys/socket.h> /* this is needed on HP UX -- rgerhards, 2008-03-04 */
|
|
|
Index: queue.c
|
|
|
---- queue.c.orig 2008-02-15 15:38:22 +0100
|
|
|
-+++ queue.c 2008-02-19 19:34:44 +0100
|
|
|
-@@ -38,6 +38,8 @@
|
|
|
- #include <fcntl.h>
|
|
|
+--- queue.c.orig 2008-03-05 11:37:06 +0100
|
|
|
++++ queue.c 2008-03-08 09:02:05 +0100
|
|
|
+@@ -39,6 +39,8 @@
|
|
|
#include <unistd.h>
|
|
|
+ #include <sys/stat.h> /* required for HP UX */
|
|
|
#include <errno.h>
|
|
|
+#include <sys/types.h>
|
|
|
+#include <sys/stat.h>
|
|
|
@@ -37,24 +37,13 @@ Index: queue.c
|
|
|
#include "rsyslog.h"
|
|
|
#include "syslogd.h"
|
|
|
Index: stream.c
|
|
|
---- stream.c.orig 2008-02-14 10:48:09 +0100
|
|
|
-+++ stream.c 2008-02-19 19:34:44 +0100
|
|
|
-@@ -37,6 +37,7 @@
|
|
|
- #include <fcntl.h>
|
|
|
+--- stream.c.orig 2008-03-06 17:08:23 +0100
|
|
|
++++ stream.c 2008-03-08 09:02:05 +0100
|
|
|
+@@ -38,6 +38,7 @@
|
|
|
#include <unistd.h>
|
|
|
+ #include <sys/stat.h> /* required for HP UX */
|
|
|
#include <errno.h>
|
|
|
+#include <sys/stat.h>
|
|
|
|
|
|
#include "rsyslog.h"
|
|
|
#include "syslogd.h"
|
|
|
-Index: syslogd.c
|
|
|
---- syslogd.c.orig 2008-02-19 19:34:44 +0100
|
|
|
-+++ syslogd.c 2008-02-19 19:38:18 +0100
|
|
|
-@@ -133,6 +133,7 @@
|
|
|
- #include <sys/wait.h>
|
|
|
- #include <sys/file.h>
|
|
|
- #include <sys/time.h>
|
|
|
-+#include <sys/stat.h>
|
|
|
-
|
|
|
- #if HAVE_SYS_TIMESPEC_H
|
|
|
- # include <sys/timespec.h>
|