diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-01-01 14:44:19 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-01-01 19:16:17 +0100 |
commit | 058f7ae341314f4b14406bc49f51e87951dcf57f (patch) | |
tree | a3e0ad93c9b82b8771b7f8f29bbb56e834e2643e /sys-fs | |
parent | sys-fs/bees: remove unused patch(es) (diff) | |
download | gentoo-058f7ae341314f4b14406bc49f51e87951dcf57f.tar.gz gentoo-058f7ae341314f4b14406bc49f51e87951dcf57f.tar.bz2 gentoo-058f7ae341314f4b14406bc49f51e87951dcf57f.zip |
sys-fs/hfsutils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28915
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/hfsutils/files/largerthan2gb.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-fs/hfsutils/files/largerthan2gb.patch b/sys-fs/hfsutils/files/largerthan2gb.patch deleted file mode 100644 index fb9fb7787f9c..000000000000 --- a/sys-fs/hfsutils/files/largerthan2gb.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/libhfs/os/unix.c -+++ b/libhfs/os/unix.c -@@ -19,6 +19,11 @@ - * $Id$ - */ - -+#ifdef __linux__ -+#define _FILE_OFFSET_BITS 64 -+#define _LARGE_FILES -+#endif -+ - # ifdef HAVE_CONFIG_H - # include "config.h" - # endif |