From f6d9f0230d8c6d7ce00c82a95cf5ac680337b98f Mon Sep 17 00:00:00 2001 From: GrayJack Date: Sun, 13 Oct 2019 17:13:06 -0300 Subject: 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 6a4bec95ad..f70fddf59c 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, -- cgit v1.2.1