Skip to content

Commit 8352b87

Browse files
committed
fix
1 parent 5c1fc8b commit 8352b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc-test/semver/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,4 +2252,4 @@ close_range
22522252
eventfd_read
22532253
eventfd_write
22542254
IP_RECVTTL
2255-
IP_RECVHOPLIMIT
2255+
IPV6_RECVHOPLIMIT

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3610,7 +3610,7 @@ pub const IP_ORIGDSTADDR: ::c_int = 27;
36103610
pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
36113611

36123612
pub const IP_RECVTTL: ::c_int = 65;
3613-
pub const IP_RECVHOPLIMIT: ::c_int = 37;
3613+
pub const IPV6_RECVHOPLIMIT: ::c_int = 37;
36143614
pub const IP_DONTFRAG: ::c_int = 67;
36153615
pub const IP_RECVTOS: ::c_int = 68;
36163616

0 commit comments

Comments
 (0)