mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:17:34 +00:00
10 lines
327 B
Markdown
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.
|
|
|