Skip to content

Commit 3bb84eb

Browse files
committed
1 parent b038f17 commit 3bb84eb

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
@@ -394,7 +394,7 @@ s! {
394394
pub cr_unused: c_ushort,
395395
pub cr_uid: crate::uid_t,
396396
pub cr_gid: crate::gid_t,
397-
pub cr_ngroups: c_int,
397+
pub cr_ngroups: c_short,
398398
pub cr_groups: [crate::gid_t; NGROUPS_MAX as usize],
399399
}
400400

0 commit comments

Comments
 (0)