| ... | @@ -177,7 +177,7 @@ pub const passwd = switch (native_os) { | ... | @@ -177,7 +177,7 @@ pub const passwd = switch (native_os) { |
| 177 | dir: ?[*:0]const u8, // home directory | 177 | dir: ?[*:0]const u8, // home directory |
| 178 | shell: ?[*:0]const u8, // shell program | 178 | shell: ?[*:0]const u8, // shell program |
| 179 | }, | 179 | }, |
| 180 | .openbsd => extern struct { | 180 | .netbsd, .openbsd, .macos => extern struct { |
| 181 | name: ?[*:0]const u8, // user name | 181 | name: ?[*:0]const u8, // user name |
| 182 | passwd: ?[*:0]const u8, // encrypted password | 182 | passwd: ?[*:0]const u8, // encrypted password |
| 183 | uid: uid_t, // user uid | 183 | uid: uid_t, // user uid |