summaryrefslogtreecommitdiff
path: root/atomicio.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 17:00:20 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 17:00:20 +1100
commitdc88b4d37b4fd980674e781d3523d9f52c268cec (patch)
tree4d9bd31880f8b0abba515caa756a19811f4e629d /atomicio.c
parentf5d69a521fd07310b847092e3aad9e8602421a55 (diff)
downloadopenssh-git-dc88b4d37b4fd980674e781d3523d9f52c268cec.tar.gz
Vicarious (sp?) changes to try to fix -k option
Diffstat (limited to 'atomicio.c')
-rw-r--r--atomicio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atomicio.c b/atomicio.c
index 85e67d9a..0c776812 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -23,8 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
#include "includes.h"
-RCSID("$Id: atomicio.c,v 1.3 1999/12/07 05:45:20 damien Exp $");
+RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $");
#include "xmalloc.h"
#include "ssh.h"