summaryrefslogtreecommitdiff
path: root/atomicio.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-03 00:05:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-03 00:05:58 +1000
commit85f04c6fd545562ce8b53b9a70ba8145cceaa5a9 (patch)
tree5f1e8cfd83450610c2d50c8e840c3664248e2be8 /atomicio.c
parent4b60966863d241efc29f0897a7f299ec8e5f6c2b (diff)
- avsm@cvs.openbsd.org 2003/07/31 15:50:16
[atomicio.c] correct comment: atomicio takes vwrite, not write; deraadt@ ok
Diffstat (limited to 'atomicio.c')
-rw-r--r--atomicio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atomicio.c b/atomicio.c
index dfc1553c5..7637e1671 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -24,12 +24,12 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: atomicio.c,v 1.11 2003/06/28 16:23:06 deraadt Exp $"); 27RCSID("$OpenBSD: atomicio.c,v 1.12 2003/07/31 15:50:16 avsm Exp $");
28 28
29#include "atomicio.h" 29#include "atomicio.h"
30 30
31/* 31/*
32 * ensure all of data on socket comes through. f==read || f==write 32 * ensure all of data on socket comes through. f==read || f==vwrite
33 */ 33 */
34ssize_t 34ssize_t
35atomicio(f, fd, _s, n) 35atomicio(f, fd, _s, n)