Skip to content

Commit

Permalink
Merge pull request #124 from picnoir/pic/update-time
Browse files Browse the repository at this point in the history
Pic/update time
  • Loading branch information
leifwalsh authored Sep 17, 2024
2 parents abe63bc + 74343b4 commit b96a850
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 19 deletions.
74 changes: 55 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ mod glibcffi {
pub struct Hostent {
pub name: CString,
pub aliases: Vec<CString>,
#[allow(dead_code)]
pub addr_type: i32,
pub addr_list: Vec<std::net::IpAddr>,
pub herrno: i32,
Expand Down

0 comments on commit b96a850

Please sign in to comment.