diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:11:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 07:11:42 +0000 |
commit | cfda6f9df8594c655b63a466e8f0913400eb4d7f (patch) | |
tree | 5fa301ac04362ef0e46c7650d3eefc368cc22363 | |
parent | 2d824173f21324dc7a5262146dcd374aacdde43b (diff) | |
download | rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.tar.gz rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.tar.xz rsyslog-cfda6f9df8594c655b63a466e8f0913400eb4d7f.zip |
applied some more cleanup provided by Michael Biebl
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | omfwd.c | 3 | ||||
-rw-r--r-- | plugins/ompgsql/.cvsignore | 4 | ||||
-rw-r--r-- | syslogd.c | 5 | ||||
-rw-r--r-- | syslogd.h | 2 |
5 files changed, 6 insertions, 11 deletions
@@ -21,3 +21,6 @@ stamp-h1 rfc3195d rklogd rsyslogd +INSTALL +install-sh +missing @@ -68,9 +68,6 @@ #ifdef USE_GSSAPI #include "gss-misc.h" #endif -#ifdef USE_NETZIP -#include <zlib.h> -#endif MODULE_TYPE_OUTPUT diff --git a/plugins/ompgsql/.cvsignore b/plugins/ompgsql/.cvsignore index 8eec0359..9730646f 100644 --- a/plugins/ompgsql/.cvsignore +++ b/plugins/ompgsql/.cvsignore @@ -2,5 +2,5 @@ .libs Makefile Makefile.in -ompgsql.la -ompgsql_la-ommysql.lo +*.la +*.lo @@ -191,9 +191,6 @@ #include <sys/types.h> #include <sys/stat.h> - -#ifndef __sun -#endif #include <arpa/nameser.h> #include <arpa/inet.h> #include <resolv.h> @@ -203,7 +200,7 @@ #include <pthread.h> -#if HAVE_PATHS_H +#if HAVE_PATHS_H #include <paths.h> #endif @@ -26,8 +26,6 @@ #include "template.h" #ifdef USE_NETZIP -#include <unistd.h> -#include <zlib.h> /* config param: minimum message size to try compression. The smaller * the message, the less likely is any compression gain. We check for * gain before we submit the message. But to do so we still need to |