1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:37:45 +00:00

Ports: Add a port of e2fsprogs

This commit is contained in:
Tim Schumacher 2022-06-29 05:01:47 +02:00 committed by Andreas Kling
parent 6d4d6c3e2a
commit 154f3dc4ae
4 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# 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.