=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/docmd.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/rdist/docmd.c 2014/07/05 05:05:51 1.26 +++ src/usr.bin/rdist/docmd.c 2014/07/05 06:18:58 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: docmd.c,v 1.26 2014/07/05 05:05:51 guenther Exp $ */ +/* $OpenBSD: docmd.c,v 1.27 2014/07/05 06:18:58 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -983,7 +983,7 @@ (void) signal(SIGTERM, sighandler); if (!nflag) - mysetlinebuf(stdout); /* Make output (mostly) clean */ + setvbuf(stdout, NULL, _IOLBF, 0); #if defined(USE_STATDB) if (!nflag && (dostatdb || juststatdb)) {