summaryrefslogtreecommitdiff
path: root/atomicio.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 17:01:13 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 17:01:13 +1100
commit1b3dfe32b609f852326df1d0877a7a3e869619aa (patch)
tree218815a0c3e165e3c9ae1c7862d6536fae5422c3 /atomicio.c
parentdc88b4d37b4fd980674e781d3523d9f52c268cec (diff)
undone silly changes
Diffstat (limited to 'atomicio.c')
-rw-r--r--atomicio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/atomicio.c b/atomicio.c
index 0c7768128..6c433e840 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -23,9 +23,8 @@
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
27#include "includes.h" 26#include "includes.h"
28RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $"); 27RCSID("$Id: atomicio.c,v 1.5 1999/12/07 06:01:13 damien Exp $");
29 28
30#include "xmalloc.h" 29#include "xmalloc.h"
31#include "ssh.h" 30#include "ssh.h"