|
@@ -744,7 +744,7 @@ static int x25_connect(struct socket *sock, struct sockaddr *uaddr,
|
|
|
return rc;
|
|
return rc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-static int x25_wait_for_data(struct sock *sk, int timeout)
|
|
|
|
|
|
|
+static int x25_wait_for_data(struct sock *sk, long timeout)
|
|
|
{
|
|
{
|
|
|
DECLARE_WAITQUEUE(wait, current);
|
|
DECLARE_WAITQUEUE(wait, current);
|
|
|
int rc = 0;
|
|
int rc = 0;
|