diff options
author | 2003-07-31 15:50:16 +0000 | |
---|---|---|
committer | 2003-07-31 15:50:16 +0000 | |
commit | f95bc09c012c6ae9a74885b693615e7c6a4886d4 (patch) | |
tree | 364613a30d07b648ff3eacdccc1aed21f8610c49 | |
parent | typo; (diff) | |
download | wireguard-openbsd-f95bc09c012c6ae9a74885b693615e7c6a4886d4.tar.xz wireguard-openbsd-f95bc09c012c6ae9a74885b693615e7c6a4886d4.zip |
correct comment: atomicio takes vwrite, not write; deraadt@ ok
-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) |