Skip to content

Commit d55d2f4

Browse files
committed
Fix merge error causing multiple definitions of IP_HDRINCL
1 parent 71fbf6b commit d55d2f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sys/unix.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ pub(crate) const MSG_TRUNC: libc::c_int = 4; // TODO: Expose in libc for ESP-IDF
122122
// Used in `Socket`.
123123
#[cfg(not(target_os = "nto"))]
124124
pub(crate) use libc::ipv6_mreq as Ipv6Mreq;
125-
#[cfg(all(feature = "all", not(any(target_os = "redox", target_os = "espidf"))))]
126-
pub(crate) use libc::IP_HDRINCL;
127125
#[cfg(not(any(
128126
target_os = "dragonfly",
129127
target_os = "fuchsia",

0 commit comments

Comments
 (0)