@@ -398,8 +398,7 @@ fn test_apple(target: &str) {
398
398
// FIXME: the array size has been changed since macOS 10.15 ([8] -> [7]).
399
399
( "statfs" , "f_reserved" ) => true ,
400
400
( "__darwin_arm_neon_state64" , "__v" ) => true ,
401
- // MAXPATHLEN is too big for auto-derive traits on arrays.
402
- ( "vnode_info_path" , "vip_path" ) => true ,
401
+
403
402
( "ifreq" , "ifr_ifru" ) => true ,
404
403
( "ifkpi" , "ifk_data" ) => true ,
405
404
( "ifconf" , "ifc_ifcu" ) => true ,
@@ -2744,8 +2743,6 @@ fn test_freebsd(target: &str) {
2744
2743
( "umutex" , "m_owner" ) => true ,
2745
2744
// c_has_waiters field is a volatile int32_t
2746
2745
( "ucond" , "c_has_waiters" ) => true ,
2747
- // is PATH_MAX long but tests can't accept multi array as equivalent.
2748
- ( "kinfo_vmentry" , "kve_path" ) => true ,
2749
2746
2750
2747
// a_un field is a union
2751
2748
( "Elf32_Auxinfo" , "a_un" ) => true ,
@@ -2774,10 +2771,6 @@ fn test_freebsd(target: &str) {
2774
2771
// Anonymous type.
2775
2772
( "filestat" , "next" ) => true ,
2776
2773
2777
- // We ignore this field because we needed to use a hack in order to make rust 1.19
2778
- // happy...
2779
- ( "kinfo_proc" , "ki_sparestrings" ) => true ,
2780
-
2781
2774
// `__sem_base` is a private struct field
2782
2775
( "semid_ds" , "__sem_base" ) => true ,
2783
2776
0 commit comments