diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-28 12:41:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-28 12:41:03 +0000 |
commit | f2fc13115a90ba2ca575352b04bd8abf7af64d23 (patch) | |
tree | 5fabb7e5079397e7a7d6559eb38a71a24f243583 /outchannel.c | |
parent | 3539db6ef7e019f6098dcc066faf0d3f0aa949bb (diff) | |
download | rsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.tar.gz rsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.tar.xz rsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.zip |
fixed some issues on FreeBSD
Diffstat (limited to 'outchannel.c')
-rw-r--r-- | outchannel.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/outchannel.c b/outchannel.c index 6efd0256..cade0492 100644 --- a/outchannel.c +++ b/outchannel.c @@ -1,10 +1,3 @@ -#ifndef NOLARGEFILE -# define _GNU_SOURCE -# define _LARGEFILE_SOURCE -# define _LARGEFILE64_SOURCE -# define _FILE_OFFSET_BITS 64 -#endif - /* This is the output channel processing code of rsyslog. * Output channels - in the long term - will define how * messages will be sent to whatever file or other medium. |