@@ -902,7 +902,7 @@ pub const IFF_INACTIVE: ::c_int = 0x0040000000; // Functioning but not used
902
902
pub const IFF_OFFLINE : :: c_int = 0x0080000000 ; // Interface is offline
903
903
// If CoS marking is supported
904
904
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.
906
906
pub const IFF_TEMPORARY : :: c_longlong = 0x0800000000 ; // RFC3041
907
907
pub const IFF_FIXEDMTU : :: c_longlong = 0x1000000000 ; // MTU set with SIOCSLIFMTU
908
908
pub const IFF_VIRTUAL : :: c_longlong = 0x2000000000 ; // Cannot send/receive pkts
@@ -1306,7 +1306,8 @@ extern {
1306
1306
flags : :: c_int , addr : * mut :: sockaddr ,
1307
1307
addrlen : * mut :: socklen_t ) -> :: ssize_t ;
1308
1308
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 ;
1310
1311
pub fn utimensat ( dirfd : :: c_int , path : * const :: c_char ,
1311
1312
times : * const :: timespec , flag : :: c_int ) -> :: c_int ;
1312
1313
pub fn nl_langinfo ( item : :: nl_item ) -> * mut :: c_char ;
0 commit comments