summaryrefslogtreecommitdiffstats
path: root/outchannel.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-05 16:36:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-05 16:36:53 +0000
commite5a6c66766afd57105dda0cfabacb11d2b8e1d6b (patch)
treecdea20df67a9e2850295622b44fbb05aa59dd97f /outchannel.c
parent60b38e75d4f13395a5326c408f560e425a674208 (diff)
downloadrsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.tar.gz
rsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.tar.xz
rsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.zip
removed some no-longer-needed code (thanks Michael Biebl for the help)
Diffstat (limited to 'outchannel.c')
-rw-r--r--outchannel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/outchannel.c b/outchannel.c
index f0b6dc0e..fc2fd659 100644
--- a/outchannel.c
+++ b/outchannel.c
@@ -28,10 +28,6 @@
*/
#include "config.h"
-#ifdef __FreeBSD__
-#define BSD
-#endif
-
#include "rsyslog.h"
#include <stdio.h>
#include <unistd.h>