File tree 1 file changed +8
-4
lines changed
src/unix/bsd/freebsdlike/dragonfly
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ s_no_extra_traits! {
247
247
}
248
248
249
249
pub struct statfs {
250
+ __spare2: :: c_long,
250
251
pub f_bsize: :: c_long,
251
252
pub f_iosize: :: c_long,
252
253
pub f_blocks: :: c_long,
@@ -256,15 +257,18 @@ s_no_extra_traits! {
256
257
pub f_ffree: :: c_long,
257
258
pub f_fsid: :: fsid_t,
258
259
pub f_owner: :: uid_t,
259
- pub f_type: i32 ,
260
- pub f_flags: i32 ,
260
+ pub f_type: :: c_int ,
261
+ pub f_flags: :: c_int ,
261
262
pub f_syncwrites: :: c_long,
262
263
pub f_asyncwrites: :: c_long,
263
264
pub f_fstypename: [ :: c_char; 16 ] ,
264
- pub f_mntonname: [ :: c_char; 90 ] ,
265
+ pub f_mntonname: [ :: c_char; 80 ] ,
265
266
pub f_syncreads: :: c_long,
266
267
pub f_asyncreads: :: c_long,
267
- pub f_mntfromname: [ :: c_char; 90 ] ,
268
+ __spares1: :: c_short,
269
+ pub f_mntfromname: [ :: c_char; 80 ] ,
270
+ __spares2: :: c_short,
271
+ __spare: [ :: c_long; 2 ] ,
268
272
}
269
273
270
274
pub struct sigevent {
You can’t perform that action at this time.
0 commit comments