summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unix/notbsd/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/notbsd/mod.rs b/src/unix/notbsd/mod.rs
index e7a635153c..143d7edeab 100644
--- a/src/unix/notbsd/mod.rs
+++ b/src/unix/notbsd/mod.rs
@@ -1091,7 +1091,7 @@ f! {
}
pub fn IPTOS_ECN(x: u8) -> u8 {
- x & super::IPTOS_ECN_MASK
+ x & ::IPTOS_ECN_MASK
}
}