]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/05/08 22:48:07
authormouring <mouring>
Wed, 9 May 2001 00:02:52 +0000 (00:02 +0000)
committermouring <mouring>
Wed, 9 May 2001 00:02:52 +0000 (00:02 +0000)
     [atomicio.c]
     no need for xmalloc.h, thanks to espie@

ChangeLog
atomicio.c

index 315a38e02c7e1755a1d978b0d90dba7e2d0a9c2d..866191b9d651da35257c26c93fcb2e65abb00de8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
      [clientloop.c]
      use atomicio for flushing stdout/stderr bufs. thanks to 
      jbw@izanami.cee.hw.ac.uk
+   - markus@cvs.openbsd.org 2001/05/08 22:48:07
+     [atomicio.c]
+     no need for xmalloc.h, thanks to espie@
  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison 
    <wayne@blorf.net>
  - (bal) ./configure support to disable SIA on OSF1.  Patch by
index 8287840a3c8c9d7ab027f0214f102d798854f91a..47161eb3a1e3175ebbbd056e7ad9f5f96ba0dd4c 100644 (file)
@@ -24,9 +24,8 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.9 2001/03/02 18:54:30 deraadt Exp $");
+RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $");
 
-#include "xmalloc.h"
 #include "atomicio.h"
 
 /*
This page took 0.062827 seconds and 5 git commands to generate.