diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-03 00:05:58 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-03 00:05:58 +1000 |
commit | 85f04c6fd545562ce8b53b9a70ba8145cceaa5a9 (patch) | |
tree | 5f1e8cfd83450610c2d50c8e840c3664248e2be8 /atomicio.c | |
parent | 4b60966863d241efc29f0897a7f299ec8e5f6c2b (diff) | |
download | openssh-git-85f04c6fd545562ce8b53b9a70ba8145cceaa5a9.tar.gz |
- 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |