1
Fork 0

reduce number of global shells

main
Motiejus Jakštys 2022-02-12 23:06:03 +02:00 committed by Motiejus Jakštys
parent bece7e9464
commit 0c33c27e56
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ const File = struct {
magic: [4]u8,
version: u4,
padding: u4,
num_shells: u8,
num_shells: u6,
padding: u2,
num_users: u32,
num_groups: u32,
offset_cmph_gid2group: u26,