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)
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 85e67d9a0..0c7768128 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -23,8 +23,9 @@
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25 25
26
26#include "includes.h" 27#include "includes.h"
27RCSID("$Id: atomicio.c,v 1.3 1999/12/07 05:45:20 damien Exp $"); 28RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $");
28 29
29#include "xmalloc.h" 30#include "xmalloc.h"
30#include "ssh.h" 31#include "ssh.h"