1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:17:34 +00:00
serenity/Ports/e2fsprogs/patches/ReadMe.md
2022-06-30 11:57:49 +02:00

10 lines
327 B
Markdown

# Patches for e2fsprogs on SerenityOS
## `0001-Include-sys-time.h-in-various-places.patch`
Include `sys/time.h` in various places
Apparently, certain definitions from `sys/time.h` are supposed to be
available from `sys/types.h` as well, but there isn't anything to verify
that, so just add the inclusions manually for now.