Skip to content

Commit 5cd9f10

Browse files
committed
NetBSD: Correct the type of kinfo_vmentry.kve_path
1 parent 21c9579 commit 5cd9f10

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ s! {
589589
pub kve_vn_rdev: u64,
590590
pub kve_vn_type: u32,
591591
pub kve_vn_mode: u32,
592-
pub kve_path: [[c_char; 32]; 32],
592+
pub kve_path: [c_char; crate::PATH_MAX as usize],
593593
}
594594

595595
pub struct __c_anonymous_posix_spawn_fae_open {

0 commit comments

Comments
 (0)