zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a208c59a25e6d6b30f4a9bda4d562cb205e8a6b9 (tree)
parent b7e37f9ddce4cd3eaaf31a4577fb74d7a22a6193
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 31 Jul 2023 10:57:22 -0700

Revert "std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt."

This reverts commit b677b3627818edc24828f36f8269a3c3843703a1.

Diffstat:
Mlib/std/c/netbsd.zig | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/std/c/netbsd.zig b/lib/std/c/netbsd.zig @@ -485,11 +485,6 @@ pub const AF = struct { pub const MAX = 37; }; -pub const accept_filter_arg = extern struct { - af_name: [16]u8, - af_args: [240]u8, -}; - pub const in_port_t = u16; pub const sa_family_t = u8;