1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:28:13 +00:00
serenity/Userland/Libraries/LibC/netinet
Brian Gianforcaro 2b14a11238 LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
I tried the OpenSSH port but it failed to compile due to a missing
definition of this macro. It's simple enough to add, and it's addition
allowed OpenSSH to compile once again.

I also went ahead and added spec comments for these macros as well.
2022-02-03 14:57:16 +01:00
..
if_ether.h LibC: Add the netinet/if_ether.h header and define ETH_ALEN 2021-12-22 00:02:36 -08:00
in.h LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h 2022-02-03 14:57:16 +01:00
in_systm.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ip.h LibC: Add definition for 'struct ip' in netinet/ip.h 2021-08-03 09:06:11 +02:00
ip_icmp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
tcp.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00