From f7d8e5a915fd4274a59fd2f52470ced2b59183aa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 7 Dec 1998 03:03:41 +0000 Subject: setvbuf not needed; messages are going to stderr. svn path=/trunk/; revision=2264 --- fetchmail.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fetchmail.c b/fetchmail.c index a3a4190d..f037d400 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -164,9 +164,6 @@ int main (int argc, char **argv) if ((parsestatus = parsecmdline(argc,argv, &cmd_run, &cmd_opts)) < 0) exit(PS_SYNTAX); - /* this hint to stdio should help messages come out in the right order */ - setvbuf(stdout, NULL, _IOLBF, MSGBUFSIZE); - if (versioninfo) { printf(_("This is fetchmail release %s"), VERSION); -- cgit v1.2.3