summaryrefslogtreecommitdiffstats
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 dfc1553c..7637e167 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -24,12 +24,12 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: atomicio.c,v 1.11 2003/06/28 16:23:06 deraadt Exp $");
+RCSID("$OpenBSD: atomicio.c,v 1.12 2003/07/31 15:50:16 avsm Exp $");
#include "atomicio.h"
/*
- * ensure all of data on socket comes through. f==read || f==write
+ * ensure all of data on socket comes through. f==read || f==vwrite
*/
ssize_t
atomicio(f, fd, _s, n)