From f6d9f0230d8c6d7ce00c82a95cf5ac680337b98f Mon Sep 17 00:00:00 2001 From: GrayJack <gr41.j4ck@gmail.com> Date: Sun, 13 Oct 2019 17:13:06 -0300 Subject: [PATCH] Format settimeday on openbsd --- src/unix/bsd/netbsdlike/openbsd/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/bsd/netbsdlike/openbsd/mod.rs b/src/unix/bsd/netbsdlike/openbsd/mod.rs index 6a4bec95..f70fddf5 100644 --- a/src/unix/bsd/netbsdlike/openbsd/mod.rs +++ b/src/unix/bsd/netbsdlike/openbsd/mod.rs @@ -1376,7 +1376,7 @@ extern "C" { pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int; pub fn settimeofday( tp: *const ::timeval, - tz: *const ::timezone + tz: *const ::timezone, ) -> ::c_int; pub fn accept4( s: ::c_int, -- GitLab