summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.h
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-02-01 22:32:54 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-02-01 22:32:54 +0000
commitcf3b8f51eff760b82a033b2c82162c037aade510 (patch)
tree349d47b91fd4f41beefbd36e467c4be859e1ae04 /usr.bin/ssh/ssh.h
parent29fc868374b92736d485bb9afaf69c50b0dba453 (diff)
int atomicio -> ssize_t (for alpha). ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r--usr.bin/ssh/ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h
index e35c411c0e3..47872ce8986 100644
--- a/usr.bin/ssh/ssh.h
+++ b/usr.bin/ssh/ssh.h
@@ -13,7 +13,7 @@
*
*/
-/* RCSID("$Id: ssh.h,v 1.32 2000/01/04 00:08:00 markus Exp $"); */
+/* RCSID("$Id: ssh.h,v 1.33 2000/02/01 22:32:53 d Exp $"); */
#ifndef SSH_H
#define SSH_H
@@ -687,7 +687,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>