Skip to content

Commit

Permalink
Merge pull request #66 from shellrow/dev
Browse files Browse the repository at this point in the history
Remove unused struct
  • Loading branch information
shellrow authored May 18, 2024
2 parents 8f4cf70 + 99fdbd5 commit d21eba5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/gateway/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,6 @@ struct sockaddr {
pub sa_data: [::std::os::raw::c_char; 14usize],
}

#[repr(C)]
#[derive(Debug, Copy, Clone)]
struct sockaddr_dl {
pub sdl_len: u_char,
pub sdl_family: u_char,
pub sdl_index: u_short,
pub sdl_type: u_char,
pub sdl_nlen: u_char,
pub sdl_alen: u_char,
pub sdl_slen: u_char,
pub sdl_data: [::std::os::raw::c_char; 12usize],
}

#[repr(C)]
#[derive(Copy, Clone)]
union in6_addr_bind {
Expand Down

0 comments on commit d21eba5

Please sign in to comment.