mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- markus@cvs.openbsd.org 2001/05/08 22:48:07
[atomicio.c] no need for xmalloc.h, thanks to espie@
This commit is contained in:
parent
a69d89bb45
commit
56b9d459ff
@ -15,6 +15,9 @@
|
|||||||
[clientloop.c]
|
[clientloop.c]
|
||||||
use atomicio for flushing stdout/stderr bufs. thanks to
|
use atomicio for flushing stdout/stderr bufs. thanks to
|
||||||
jbw@izanami.cee.hw.ac.uk
|
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
|
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
|
||||||
<wayne@blorf.net>
|
<wayne@blorf.net>
|
||||||
- (bal) ./configure support to disable SIA on OSF1. Patch by
|
- (bal) ./configure support to disable SIA on OSF1. Patch by
|
||||||
@ -5379,4 +5382,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1212 2001/05/09 00:01:18 mouring Exp $
|
$Id: ChangeLog,v 1.1213 2001/05/09 00:02:52 mouring Exp $
|
||||||
|
@ -24,9 +24,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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"
|
#include "atomicio.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user