=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-add.c,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- src/usr.bin/ssh/ssh-add.c 2014/07/09 14:15:56 1.113 +++ src/usr.bin/ssh/ssh-add.c 2014/11/26 18:34:51 1.114 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.113 2014/07/09 14:15:56 benno Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.114 2014/11/26 18:34:51 millert Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -428,7 +428,7 @@ OpenSSL_add_all_algorithms(); - setlinebuf(stdout); + setvbuf(stdout, NULL, _IOLBF, 0); /* At first, get a connection to the authentication agent. */ ac = ssh_get_authentication_connection();