mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
Revert "std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt."
This reverts commit b677b3627818edc24828f36f8269a3c3843703a1.
This commit is contained in:
parent
b7e37f9ddc
commit
a208c59a25
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user