summaryrefslogtreecommitdiff
path: root/sys-apps/file/files/file-5.44-limits-solaris.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/file/files/file-5.44-limits-solaris.patch')
-rw-r--r--sys-apps/file/files/file-5.44-limits-solaris.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/file/files/file-5.44-limits-solaris.patch b/sys-apps/file/files/file-5.44-limits-solaris.patch
deleted file mode 100644
index 7a04535577b4..000000000000
--- a/sys-apps/file/files/file-5.44-limits-solaris.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-softmagic: include limits.h for UINT_MAX usage
-
-Platforms like Solaris need this to compile.
-
-Bug: https://bugs.astron.com/view.php?id=413
-Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-
---- a/src/softmagic.c
-+++ b/src/softmagic.c
-@@ -42,6 +42,7 @@
- #include <ctype.h>
- #include <stdlib.h>
- #include <time.h>
-+#include <limits.h>
- #include "der.h"
-
- file_private int match(struct magic_set *, struct magic *, file_regex_t **, size_t,
-
-