Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Fix sunos build: undeclared variable 'handle'
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and piscisaureus committed May 24, 2012
1 parent 793a52f commit 604802a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/core.c
Expand Up @@ -317,6 +317,7 @@ static int uv_getaddrinfo_done(eio_req* req_) {
uv_getaddrinfo_t* req = req_->data;
struct addrinfo *res = req->res;
#if __sun
uv_getaddrinfo_t* handle = req->data;
size_t hostlen = strlen(handle->hostname);
#endif

Expand Down

0 comments on commit 604802a

Please sign in to comment.