diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-25 17:27:52 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-25 17:27:52 +0000 | 
| commit | 97e3051ec51ac5bdcb37a371249360163eaf5709 (patch) | |
| tree | 9b73ed207630e7e9ce92e5dd4ff9fccccbae4e24 /input/input-service.c | |
| parent | e28ba76d230192a1a970819cc3588b986a624ea2 (diff) | |
set_nonblocking: removed err argument
Diffstat (limited to 'input/input-service.c')
| -rw-r--r-- | input/input-service.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/input/input-service.c b/input/input-service.c index 871075a7..4f9345b3 100644 --- a/input/input-service.c +++ b/input/input-service.c @@ -374,7 +374,7 @@ static int l2cap_connect(struct pending_connect *pc,  	if (bind(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0)  		goto failed; -	if (set_nonblocking(sk, NULL) < 0) +	if (set_nonblocking(sk) < 0)  		goto failed;  	memset(&opts, 0, sizeof(opts)); | 
