comparison atomicio.c @ 38:5c6f9d27ea1c

get rid of the substitution... We want a fixed identifier
author Matt Johnston <matt@ucc.asn.au>
date Fri, 30 Jul 2004 11:27:52 +0000
parents fe6bca95afa7
children 1bb50993acf1
comparison
equal deleted inserted replaced
37:0913e2ee3545 38:5c6f9d27ea1c
25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28 /* Taken from OpenSSH for use with the loginrec code */ 28 /* Taken from OpenSSH for use with the loginrec code */
29 29
30 /* RCSID("$OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp $"); */ 30 /* RCSID("OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp "); */
31 31
32 #include "atomicio.h" 32 #include "atomicio.h"
33 33
34 /* 34 /*
35 * ensure all of data on socket comes through. f==read || f==write 35 * ensure all of data on socket comes through. f==read || f==write