]> andersk Git - openssh.git/blobdiff - ssh.h
- OpenBSD CVS updates to v1.2.3
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 4f352c2426b49a826c6b7084cbf246f024c3a60a..9b6a1acf7b68bf0dabd39148b81fcdd697d38f88 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -712,7 +712,7 @@ struct envstring {
 /*
  * Ensure all of data on socket comes through. f==read || f==write
  */
-int    atomicio(int (*f)(), int fd, void *s, size_t n);
+ssize_t        atomicio(ssize_t (*f)(), int fd, void *s, size_t n);
 
 #ifdef KRB4
 #include <krb.h>
This page took 0.033652 seconds and 4 git commands to generate.