CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/02 21:15:01
Modified files:
usr.bin/ssh : ssh-add.c
Log message:
make stdout line-buffered; saves partial output getting lost when
ssh-add fatal()s part-way through (e.g. when listing keys from an
agent that supports key types that ssh-add doesn't);
bz#2234, reported by Phil Pennock
