| author | |
| committer | |
| log | 69e304bd510e3fed2d51582edc6f11127824d7e6 |
| tree | 7a3841e28e04088efbb8f2a46cd7c7352619e8b9 |
| parent | 67fc44fc6f87b4a1b0fe8d4db2d4ac1327401409 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c.zig+1-1| ... | ... | @@ -177,7 +177,7 @@ pub const passwd = switch (native_os) { |
| 177 | 177 | dir: ?[*:0]const u8, // home directory |
| 178 | 178 | shell: ?[*:0]const u8, // shell program |
| 179 | 179 | }, |
| 180 | .openbsd => extern struct { | |
| 180 | .netbsd, .openbsd, .macos => extern struct { | |
| 181 | 181 | name: ?[*:0]const u8, // user name |
| 182 | 182 | passwd: ?[*:0]const u8, // encrypted password |
| 183 | 183 | uid: uid_t, // user uid |