Skip to content

Commit

Permalink
Making ai_next field public
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlepee123 committed Oct 22, 2013
1 parent c76222f commit 7e6f5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/uv/uvll.rs
Expand Up @@ -263,7 +263,7 @@ pub struct addrinfo {
priv ai_addrlen: size_t,
priv ai_canonname: *char,
ai_addr: *sockaddr,
priv ai_next: *addrinfo
ai_next: *addrinfo
}

#[cfg(unix)] pub type uv_uid_t = libc::types::os::arch::posix88::uid_t;
Expand Down

5 comments on commit 7e6f5bb

@bors
Copy link
Contributor

@bors bors commented on 7e6f5bb Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from bstrie
at reedlepee123@7e6f5bb

@bors
Copy link
Contributor

@bors bors commented on 7e6f5bb Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging reedlepee123/rust/priv_fields = 7e6f5bb into auto

@bors
Copy link
Contributor

@bors bors commented on 7e6f5bb Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reedlepee123/rust/priv_fields = 7e6f5bb merged ok, testing candidate = a7453ad

@bors
Copy link
Contributor

@bors bors commented on 7e6f5bb Oct 22, 2013

@bors
Copy link
Contributor

@bors bors commented on 7e6f5bb Oct 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = a7453ad

Please sign in to comment.