summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-01 10:34:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-01 10:34:17 +0200
commitf76881fff39b46630d95a8d8308f383bec1b8be8 (patch)
tree56bfdaa09a3916dd4eec4658d4a14ade759100b3
parent5ecc00336c2b7da02cd38f0f0cbc337ee628d59e (diff)
downloadrsyslog-f76881fff39b46630d95a8d8308f383bec1b8be8.tar.gz
rsyslog-f76881fff39b46630d95a8d8308f383bec1b8be8.tar.xz
rsyslog-f76881fff39b46630d95a8d8308f383bec1b8be8.zip
removed a debugging-left-over, caused compilation failure on some platforms
... because LARGFILE macros were not defined consistenly
-rw-r--r--runtime/stringbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stringbuf.c b/runtime/stringbuf.c
index 88f5a3a2..93995b38 100644
--- a/runtime/stringbuf.c
+++ b/runtime/stringbuf.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
/* This is the byte-counted string class for rsyslog. It is a replacement
* for classical \0 terminated string functions. We introduce it in
* the hope it will make the program more secure, obtain some performance