1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:17:34 +00:00

Ports/glib: Remove patch 0008-add-missing-macro-IN6_IS_ADDR_V4MAPPED

Since we now have the 'IN6_IS_ADDR_V4MAPPED' macro in LibC this patch
is no longer needed.
This commit is contained in:
Kenneth Myhra 2021-09-19 11:10:16 +02:00 committed by Andreas Kling
parent c7422dcef7
commit 177765642e
2 changed files with 0 additions and 43 deletions

View file

@ -60,16 +60,6 @@ Somehow we get a conflict with glib's mount function. This patch renames glib's
- [X] Resolves issue(s) with our side of things
- [X] Hack
## `0008-add-missing-macro-IN6_IS_ADDR_V4MAPPED.patch`
Serenity lacks the macro 'IN6_IS_ADDR_V4MAPPED' so this patch adds such a macro.
### Status
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [X] Hack
## `0009-include-section-with-missing-functionality.patch`
This includes a bigger section with functionality that Serenity is missing.