Revert "std: add accept_filter struct to make use of SO_ACCEPTFILTER socket option"
This reverts commit 1d322fe5102368f80fd4d00dcbbe3dca9e6306f8.
1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/c/freebsd.zig-5
| ... | ... | @@ -1105,11 +1105,6 @@ pub const DT = struct { |
| 1105 | 1105 | pub const WHT = 14; |
| 1106 | 1106 | }; |
| 1107 | 1107 | |
| 1108 | | pub const accept_filter = extern struct { |
| 1109 | | af_name: [16]u8, |
| 1110 | | af_args: [240]u8, |
| 1111 | | }; |
| 1112 | | |
| 1113 | 1108 | /// add event to kq (implies enable) |
| 1114 | 1109 | pub const EV_ADD = 0x0001; |
| 1115 | 1110 | |