NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57806 CVS commit: src/sys/sys
The following reply was made to PR standards/57806; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57806 CVS commit: src/sys/sys
Date: Mon, 9 Sep 2024 15:22:50 +0000
Module Name: src
Committed By: riastradh
Date: Mon Sep 9 15:22:50 UTC 2024
Modified Files:
src/sys/sys: endian.h
Log Message:
arpa/inet.h: Define htonl &c. under _POSIX_C_SOURCE >= 200112L too.
These do not require _XOPEN_SOURCE as of POSIX 2001:
https://pubs.opengroup.org/onlinepubs/009696799/functions/htonl.html
XXX Since this change is actually sys/endian.h, in principle it might
bleed into header files than just arpa/inet.h. But sys/endian.h is
not used by anything that looks especially risky to me.
PR standards/57806: #include <arpa/inet.h> fails to define
htonl/htons/ntohl/ntohs under _POSIX_C_SOURCE=200809L
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/sys/endian.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index