diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-31 15:50:17 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-31 15:50:17 +0000 |
commit | 958de409579b37b88c81295ddb56d90c8e0a9b0c (patch) | |
tree | d4860b57d155adc6907724474c6b674e1cc85463 /usr.bin | |
parent | c6630b2cb4f5bc4f28e9c0029a046418f4fec342 (diff) |
correct comment: atomicio takes vwrite, not write; deraadt@ ok
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/atomicio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/atomicio.c b/usr.bin/ssh/atomicio.c index aa72029b6b4..26f52c5cb94 100644 --- a/usr.bin/ssh/atomicio.c +++ b/usr.bin/ssh/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) |