File tree 4 files changed +442
-448
lines changed
4 files changed +442
-448
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ cfg_if! {
149
149
mod apple;
150
150
pub use self :: apple:: * ;
151
151
} else if #[ cfg( any( target_os = "openbsd" , target_os = "netbsd" ,
152
- target_os = "dragonfly " ) ) ] {
152
+ target_os = "bitrig " ) ) ] {
153
153
mod openbsdlike;
154
154
pub use self :: openbsdlike:: * ;
155
155
} else if #[ cfg( any( target_os = "freebsd" , target_os = "dragonfly" ) ) ] {
Original file line number Diff line number Diff line change 1
1
s ! {
2
2
pub struct glob_t {
3
- pub gl_pathc: c_int,
4
- pub gl_matchc: c_int,
5
- pub gl_offs: c_int,
6
- pub gl_flags: c_int,
7
- pub gl_pathv: * mut * mut c_char,
8
- __unused1: * mut c_void,
9
- __unused2: * mut c_void,
10
- __unused3: * mut c_void,
11
- __unused4: * mut c_void,
12
- __unused5: * mut c_void,
13
- __unused6: * mut c_void,
14
- __unused7: * mut c_void,
3
+ pub gl_pathc: :: c_int,
4
+ pub gl_matchc: :: c_int,
5
+ pub gl_offs: :: c_int,
6
+ pub gl_flags: :: c_int,
7
+ pub gl_pathv: * mut * mut :: c_char,
8
+ __unused1: * mut :: c_void,
9
+ __unused2: * mut :: c_void,
10
+ __unused3: * mut :: c_void,
11
+ __unused4: * mut :: c_void,
12
+ __unused5: * mut :: c_void,
13
+ __unused6: * mut :: c_void,
14
+ __unused7: * mut :: c_void,
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments