]> andersk Git - gssapi-openssh.git/blobdiff - openssh/atomicio.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / atomicio.h
index 7eccf206b3b884ee3bb39e7a1cb72b9445a310d6..e569d38c603f1bda7e55c335c3196eb51e9c115b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: atomicio.h,v 1.6 2005/05/24 17:32:43 avsm Exp $       */
+/*     $OpenBSD: atomicio.h,v 1.4 2001/06/26 06:32:46 itojun Exp $     */
 
 /*
  * Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.
@@ -26,8 +26,6 @@
  */
 
 /*
- * Ensure all of data on socket comes through. f==read || f==vwrite
+ * Ensure all of data on socket comes through. f==read || f==write
  */
-size_t atomicio(ssize_t (*)(int, void *, size_t), int, void *, size_t);
-
-#define vwrite (ssize_t (*)(int, void *, size_t))write
+ssize_t        atomicio(ssize_t (*)(), int, void *, size_t);
This page took 0.060543 seconds and 4 git commands to generate.