File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 321
321
}
322
322
323
323
extern {
324
- pub fn getifaddrs ( ifap : * mut * mut ifaddrs ) -> :: c_int ;
325
- pub fn freeifaddrs ( ifa : * mut ifaddrs ) ;
324
+ pub fn getifaddrs ( ifap : * mut * mut :: ifaddrs ) -> :: c_int ;
325
+ pub fn freeifaddrs ( ifa : * mut :: ifaddrs ) ;
326
326
pub fn setgroups ( ngroups : :: c_int ,
327
327
ptr : * const :: gid_t ) -> :: c_int ;
328
328
pub fn ioctl ( fd : :: c_int , request : :: c_ulong , ...) -> :: c_int ;
Original file line number Diff line number Diff line change 684
684
}
685
685
686
686
extern {
687
- pub fn getifaddrs ( ifap : * mut * mut ifaddrs ) -> :: c_int ;
688
- pub fn freeifaddrs ( ifa : * mut ifaddrs ) ;
687
+ pub fn getifaddrs ( ifap : * mut * mut :: ifaddrs ) -> :: c_int ;
688
+ pub fn freeifaddrs ( ifa : * mut :: ifaddrs ) ;
689
689
pub fn getpwnam_r ( name : * const :: c_char ,
690
690
pwd : * mut passwd ,
691
691
buf : * mut :: c_char ,
Original file line number Diff line number Diff line change 955
955
}
956
956
957
957
extern {
958
- pub fn getifaddrs ( ifap : * mut * mut ifaddrs ) -> :: c_int ;
959
- pub fn freeifaddrs ( ifa : * mut ifaddrs ) ;
958
+ pub fn getifaddrs ( ifap : * mut * mut :: ifaddrs ) -> :: c_int ;
959
+ pub fn freeifaddrs ( ifa : * mut :: ifaddrs ) ;
960
960
961
961
pub fn stack_getbounds ( sp : * mut :: stack_t ) -> :: c_int ;
962
962
pub fn mincore ( addr : * const :: c_void , len : :: size_t ,
You can’t perform that action at this time.
0 commit comments