This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/libstd/sys_common/net.rs
+++ b/src/libstd/sys_common/net.rs
-@@ -609,21 +609,3 @@
- .finish()
+@@ -659,26 +659,3 @@
+ res.field(name, &self.inner.as_inner()).finish()
}
}
-
- let mut addrs = HashMap::new();
- let lh = match LookupHost::try_from(("localhost", 0)) {
- Ok(lh) => lh,
-- Err(e) => panic!("couldn't resolve `localhost': {}", e)
+- Err(e) => panic!("couldn't resolve `localhost': {}", e),
- };
-- for sa in lh { *addrs.entry(sa).or_insert(0) += 1; };
-- assert_eq!(addrs.iter().filter(|&(_, &v)| v > 1).collect::<Vec<_>>(), vec![],
-- "There should be no duplicate localhost entries");
+- for sa in lh {
+- *addrs.entry(sa).or_insert(0) += 1;
+- }
+- assert_eq!(
+- addrs.iter().filter(|&(_, &v)| v > 1).collect::<Vec<_>>(),
+- vec![],
+- "There should be no duplicate localhost entries"
+- );
- }
-}
u-tests-ignore-arm.patch
u-mips-fixes.diff
#u-allow-system-compiler-rt.patch
-u-vendor-typenum-115.patch
+u-vendor-typenum-115.patch
u-fix-exec.patch
+u-ignore-endian.patch
# not forwarded, or forwarded but unlikely to be merged
u-rustc-llvm-cross-flags.patch
d-fix-mips64el-bootstrap.patch
# Work around for some porterboxes, keep this commented
-#d-host-duplicates.patch
-u-ignore-endian.patch
+d-host-duplicates.patch