Skip to content

Commit 607abb5

Browse files
committed
std: dragonfly: fix duplicate definition of sockaddr_storage
1 parent e94bbc2 commit 607abb5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/std/os/bits/dragonfly.zig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -645,13 +645,6 @@ pub const AF_MAX = 36;
645645

646646
pub const sa_family_t = u8;
647647
pub const socklen_t = c_uint;
648-
pub const sockaddr_storage = extern struct {
649-
ss_len: u8,
650-
ss_family: sa_family_t,
651-
__ss_pad1: [5]u8,
652-
__ss_align: i64,
653-
__ss_pad2: [112]u8,
654-
};
655648
pub const dl_phdr_info = extern struct {
656649
dlpi_addr: usize,
657650
dlpi_name: ?[*:0]const u8,

0 commit comments

Comments
 (0)