1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibC/netinet
Kenneth Myhra c7422dcef7 LibC: Declare IN6_IS_ADDR_V4MAPPED correctly
When using the IN6_IS_ADDR_V4MAPPED macro in Serenity's LibC it would
fail when compiling with the error message:
'invalid type argument of '->''.

This patch corrects the macro so that e.g. GLib port can compile again.
2021-09-19 15:53:43 +02:00
..
in.h LibC: Declare IN6_IS_ADDR_V4MAPPED correctly 2021-09-19 15:53:43 +02: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