diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-09 13:33:35 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-09 13:33:35 -0500 |
commit | 5c2ebe0293f9fee77404d587a264b7c90fd8712a (patch) | |
tree | 667dc956901aa44b59cd87adc4ad688a71b3cdfb /runtime/staprun/mainloop.c | |
parent | 0919e9e340e5d93fcc7f07043e88c9a8659371a3 (diff) | |
parent | 185457afd0b9b00f835e2bedcd6801aae432b699 (diff) | |
download | systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.tar.gz systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.tar.xz systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r-- | runtime/staprun/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c index c0722b56..d8975d18 100644 --- a/runtime/staprun/mainloop.c +++ b/runtime/staprun/mainloop.c @@ -249,7 +249,7 @@ int stp_main_loop(void) void *data; int type; FILE *ofp = stdout; - char recvbuf[8192]; + char recvbuf[8196]; setvbuf(ofp, (char *)NULL, _IOLBF, 0); setup_main_signals(0); |