Skip to content

Commit 9e70e60

Browse files
committed
Style
1 parent 85680dc commit 9e70e60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/unix/solaris/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ pub const IFF_INACTIVE: ::c_int = 0x0040000000; // Functioning but not used
902902
pub const IFF_OFFLINE: ::c_int = 0x0080000000; // Interface is offline
903903
// If CoS marking is supported
904904
pub const IFF_COS_ENABLED: ::c_longlong = 0x0200000000;
905-
pub const IFF_PREFERRED: ::c_longlong = 0x0400000000; // Prefer as source address
905+
pub const IFF_PREFERRED: ::c_longlong = 0x0400000000; // Prefer as source addr.
906906
pub const IFF_TEMPORARY: ::c_longlong = 0x0800000000; // RFC3041
907907
pub const IFF_FIXEDMTU: ::c_longlong = 0x1000000000; // MTU set with SIOCSLIFMTU
908908
pub const IFF_VIRTUAL: ::c_longlong = 0x2000000000; // Cannot send/receive pkts
@@ -1306,7 +1306,8 @@ extern {
13061306
flags: ::c_int, addr: *mut ::sockaddr,
13071307
addrlen: *mut ::socklen_t) -> ::ssize_t;
13081308
pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
1309-
pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int;
1309+
pub fn futimesat(fd: ::c_int, path: *const ::c_char,
1310+
times: *const ::timeval) -> ::c_int;
13101311
pub fn utimensat(dirfd: ::c_int, path: *const ::c_char,
13111312
times: *const ::timespec, flag: ::c_int) -> ::c_int;
13121313
pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;

0 commit comments

Comments
 (0)