aboutsummaryrefslogtreecommitdiff
path: root/runit/runit_lib.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-02 00:55:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-02 00:55:49 +0200
commitaebb742939d4100fbd1c7e94c68f9265e0805fd8 (patch)
tree0ccb74b0e7746125fab567d1663860c69e9d0b6a /runit/runit_lib.h
parente2944af43eeb95ec612a48cc930a71f9e6a2f219 (diff)
downloadbusybox-aebb742939d4100fbd1c7e94c68f9265e0805fd8.tar.gz
svlogd: fix bug 521: use line buffering if any filtering is done
function old new delta logdirs_reopen 1296 1310 +14 svlogd_main 1439 1444 +5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r--runit/runit_lib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h
index 28769e5fa..88d1c9f22 100644
--- a/runit/runit_lib.h
+++ b/runit/runit_lib.h
@@ -27,10 +27,8 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
-extern unsigned byte_chr(char *s,unsigned n,int c);
-
-#define direntry struct dirent
-
+//extern unsigned byte_chr(char *s,unsigned n,int c);
+//
//struct tai {
// uint64_t x;
//};