| author | |
| committer | |
| log | a208c59a25e6d6b30f4a9bda4d562cb205e8a6b9 |
| tree | 522de1f5553b798db49e4f13d191e1cbda021aef |
| parent | b7e37f9ddce4cd3eaaf31a4577fb74d7a22a6193 |
This reverts commit b677b3627818edc24828f36f8269a3c3843703a1.1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/c/netbsd.zig-5| ... | ... | @@ -485,11 +485,6 @@ pub const AF = struct { |
| 485 | 485 | pub const MAX = 37; |
| 486 | 486 | }; |
| 487 | 487 | |
| 488 | pub const accept_filter_arg = extern struct { | |
| 489 | af_name: [16]u8, | |
| 490 | af_args: [240]u8, | |
| 491 | }; | |
| 492 | ||
| 493 | 488 | pub const in_port_t = u16; |
| 494 | 489 | pub const sa_family_t = u8; |
| 495 | 490 |