Skip to content

Commit f6d9f02

Browse files
committed
Format settimeday on openbsd
1 parent f5ff9d9 commit f6d9f02

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsd/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ extern "C" {
13761376
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
13771377
pub fn settimeofday(
13781378
tp: *const ::timeval,
1379-
tz: *const ::timezone
1379+
tz: *const ::timezone,
13801380
) -> ::c_int;
13811381
pub fn accept4(
13821382
s: ::c_int,

0 commit comments

Comments
 (0)