Update lang/rust to version 1.41.0
[dports.git] / lang / rust / dragonfly / patch-vendor_libc_src_unix_bsd_freebsdlike_dragonfly_mod.rs
1 --- vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs.orig  2020-01-27 17:21:00 UTC
2 +++ vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs
3 @@ -1054,6 +1054,7 @@ f! {
4  }
5  
6  extern "C" {
7 +    pub fn __errno_location() -> *mut ::c_int;
8      pub fn setgrent();
9      pub fn mprotect(
10          addr: *mut ::c_void,