From 688ac9382f2fc2fadbad49fc65247b9a2117c279 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 5 Apr 2009 10:29:48 +0000 Subject: Don't shadow a global variable declaration in unistd.h. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@400 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index f84fde96..81bc44e2 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -493,7 +493,7 @@ int ssh_socket_completewrite(struct socket *s, void *buffer, u32 len); int ssh_socket_wait_for_data(struct socket *s, SSH_SESSION *session, u32 len); int ssh_socket_nonblocking_flush(struct socket *s); int ssh_socket_blocking_flush(struct socket *s); -int ssh_socket_poll(struct socket *s, int *write, int *except); +int ssh_socket_poll(struct socket *s, int *writeable, int *except); void ssh_socket_set_towrite(struct socket *s); void ssh_socket_set_toread(struct socket *s); void ssh_socket_set_except(struct socket *s); -- cgit