diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-07 07:01:13 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-07 07:01:13 +0100 |
commit | 1b3dfe32b609f852326df1d0877a7a3e869619aa (patch) | |
tree | 218815a0c3e165e3c9ae1c7862d6536fae5422c3 /atomicio.c | |
parent | Vicarious (sp?) changes to try to fix -k option (diff) | |
download | openssh-1b3dfe32b609f852326df1d0877a7a3e869619aa.tar.xz openssh-1b3dfe32b609f852326df1d0877a7a3e869619aa.zip |
undone silly changes
Diffstat (limited to 'atomicio.c')
-rw-r--r-- | atomicio.c | 3 |
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 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - #include "includes.h" -RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $"); +RCSID("$Id: atomicio.c,v 1.5 1999/12/07 06:01:13 damien Exp $"); #include "xmalloc.h" #include "ssh.h" |